diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-09-28 10:58:38 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-09-28 10:58:38 +0200 |
commit | 8fc4ec400df8d0c1b2419ca40562a2392cbc8294 (patch) | |
tree | c8dd0f8111caff483adaace3b87e5dec307ee9ad /python | |
parent | Fixed test compilation failure with ARC (diff) | |
download | ice-8fc4ec400df8d0c1b2419ca40562a2392cbc8294.tar.bz2 ice-8fc4ec400df8d0c1b2419ca40562a2392cbc8294.tar.xz ice-8fc4ec400df8d0c1b2419ca40562a2392cbc8294.zip |
Fixed ICE-6824 - timeout test failure on SLES12
Diffstat (limited to 'python')
-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: |