summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2018-12-03 14:12:14 -0500
committerBernard Normier <bernard@zeroc.com>2018-12-03 14:12:14 -0500
commit9fb4e6737f3d1eefd6e1b3b48aa7c9a7cbaafaec (patch)
tree4484a572a3d03b7695ead4aafdc1e873a4b33a75 /cpp
parentFixed Java build to build testPlugins with :test:assemble (diff)
downloadice-9fb4e6737f3d1eefd6e1b3b48aa7c9a7cbaafaec.tar.bz2
ice-9fb4e6737f3d1eefd6e1b3b48aa7c9a7cbaafaec.tar.xz
ice-9fb4e6737f3d1eefd6e1b3b48aa7c9a7cbaafaec.zip
Fixed bogus assert and misc warnings. Fixes #311.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/IceGrid/allocation/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/allocation/AllTests.cpp b/cpp/test/IceGrid/allocation/AllTests.cpp
index 09bd0d024ef..72548eaa382 100644
--- a/cpp/test/IceGrid/allocation/AllTests.cpp
+++ b/cpp/test/IceGrid/allocation/AllTests.cpp
@@ -1171,7 +1171,7 @@ allTests(Test::TestHelper* helper)
//
// Let the stress client run for a bit.
//
- IceUtil::ThreadControl::sleep(IceUtil::Time::seconds(8));
+ IceUtil::ThreadControl::sleep(IceUtil::Time::seconds(60));
//
// Terminate the stress clients.