diff options
Diffstat (limited to 'python/test')
-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 d9db6f705b1..b95c2da60ed 100644 --- a/python/test/Ice/timeout/AllTests.py +++ b/python/test/Ice/timeout/AllTests.py @@ -230,7 +230,7 @@ def allTests(communicator): # Verify that timeout set via ice_timeout() is still used for requests. # timeout.op() # Ensure adapter is active. - to = Test.TimeoutPrx.uncheckedCast(to.ice_timeout(100)); + to = Test.TimeoutPrx.uncheckedCast(to.ice_timeout(250)); to.ice_getConnection(); # Establish connection timeout.holdAdapter(750); try: |