diff options
author | Geenz <geenz@geenzo.com> | 2013-02-04 11:55:04 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-02-04 11:55:04 -0500 |
commit | aae698ff0c1973d7ad6ba6ccc1ca858fb3baf5b8 (patch) | |
tree | 8f012ef9ce35c8b3f671748b377741f2640be521 /indra/test | |
parent | 2ae4b6976baf0556066d5a3b43b8f6148f18c1d8 (diff) | |
parent | 68ec77127b158f0abffb6160eb7d870c85b278ad (diff) |
Merged with latest viewer-dev-materials.
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/io.cpp b/indra/test/io.cpp index ce747f667d..406e2d7bef 100644 --- a/indra/test/io.cpp +++ b/indra/test/io.cpp @@ -1158,7 +1158,7 @@ namespace tut // pump for a bit and make sure all 3 chains are running elapsed = pump_loop(mPump,0.1f); count = mPump->runningChains(); - ensure_equals("client chain onboard", count, 3); + // ensure_equals("client chain onboard", count, 3); commented out because it fails frequently - appears to be timing sensitive lldebugs << "** request should have been sent." << llendl; // pump for long enough the the client socket closes, and the |