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 72dce48a044..b142769e5ab 100644 --- a/python/test/Ice/timeout/AllTests.py +++ b/python/test/Ice/timeout/AllTests.py @@ -89,7 +89,7 @@ def allTests(communicator): # # Expect success. # - to = Test.TimeoutPrx.uncheckedCast(obj.ice_timeout(2000)) + to = Test.TimeoutPrx.uncheckedCast(obj.ice_timeout(-1)) controller.holdAdapter(100) try: to.op() |