summaryrefslogtreecommitdiff
path: root/python/test/Ice/dispatcher/AllTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/dispatcher/AllTests.py')
-rw-r--r--python/test/Ice/dispatcher/AllTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/dispatcher/AllTests.py b/python/test/Ice/dispatcher/AllTests.py
index 2d692204cdd..797c06ec051 100644
--- a/python/test/Ice/dispatcher/AllTests.py
+++ b/python/test/Ice/dispatcher/AllTests.py
@@ -84,7 +84,7 @@ def allTests(communicator, collocated):
#
# Expect InvocationTimeoutException.
#
- to = p.ice_invocationTimeout(250);
+ to = p.ice_invocationTimeout(10);
to.sleepAsync(500).add_done_callback_async(cb.exceptionEx)
cb.check()