summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
Diffstat (limited to 'python/test')
-rw-r--r--python/test/Ice/timeout/AllTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/timeout/AllTests.py b/python/test/Ice/timeout/AllTests.py
index ea5e685dafe..fd90bdad679 100644
--- a/python/test/Ice/timeout/AllTests.py
+++ b/python/test/Ice/timeout/AllTests.py
@@ -248,10 +248,10 @@ def allTests(communicator):
initData.properties.setProperty("Ice.Override.CloseTimeout", "100")
comm = Ice.initialize(initData)
connection = comm.stringToProxy(sref).ice_getConnection();
- timeout.holdAdapter(500);
+ timeout.holdAdapter(800);
now = time.clock();
comm.destroy();
- test((time.clock() - now) < 0.4);
+ test((time.clock() - now) < 0.7);
print("ok")