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 e676e05dac6..3fde84b9f05 100644 --- a/python/test/Ice/timeout/AllTests.py +++ b/python/test/Ice/timeout/AllTests.py @@ -148,7 +148,7 @@ def allTestsWithController(helper, communicator, controller): to = Test.TimeoutPrx.uncheckedCast(obj.ice_invocationTimeout(100)) test(connection == to.ice_getConnection()) try: - to.sleep(500) + to.sleep(1000) test(False) except Ice.InvocationTimeoutException: pass |