diff options
Diffstat (limited to 'python/test/Ice/timeout/AllTests.py')
-rw-r--r-- | python/test/Ice/timeout/AllTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/timeout/AllTests.py b/python/test/Ice/timeout/AllTests.py index b142769e5ab..c18f559bfb6 100644 --- a/python/test/Ice/timeout/AllTests.py +++ b/python/test/Ice/timeout/AllTests.py @@ -286,7 +286,7 @@ def allTests(communicator): controller.holdAdapter(-1) now = time.clock() comm.destroy() - test((time.clock() - now) < 0.7) + test((time.clock() - now) < 1.0) controller.resumeAdapter() print("ok") |