diff options
author | Kitty Barnett <develop@catznip.com> | 2013-02-04 01:01:07 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2013-02-04 01:01:07 +0100 |
commit | d149aea87c3214ea9510ea43a7e23e03cdcb27e6 (patch) | |
tree | fbda1184d646a86b63d5496fe64e9a7659788f1d /indra/test | |
parent | 0a99aadd7a9d5d5166ef4e581b935adc6fb034ea (diff) | |
parent | 132db13fb6bb6dd802d3ee000a10e91127403547 (diff) |
Merged with 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 |