summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/dispatcher/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/dispatcher/AllTests.cpp')
-rw-r--r--cpp/test/Ice/dispatcher/AllTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/dispatcher/AllTests.cpp b/cpp/test/Ice/dispatcher/AllTests.cpp
index c153d535846..272ec7b3f20 100644
--- a/cpp/test/Ice/dispatcher/AllTests.cpp
+++ b/cpp/test/Ice/dispatcher/AllTests.cpp
@@ -175,7 +175,7 @@ allTests(Test::TestHelper* helper)
//
// Expect InvocationTimeoutException.
//
- auto to = p->ice_invocationTimeout(250);
+ auto to = p->ice_invocationTimeout(10);
to->sleepAsync(500,
[cb]()
{
@@ -250,7 +250,7 @@ allTests(Test::TestHelper* helper)
//
// Expect InvocationTimeoutException.
//
- Test::TestIntfPrx to = p->ice_invocationTimeout(250);
+ Test::TestIntfPrx to = p->ice_invocationTimeout(10);
to->begin_sleep(500, Test::newCallback_TestIntf_sleep(cb, &Callback::responseEx, &Callback::exceptionEx));
cb->check();
}