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 /ruby/test | |
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 'ruby/test')
-rw-r--r-- | ruby/test/Ice/timeout/AllTests.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/test/Ice/timeout/AllTests.rb b/ruby/test/Ice/timeout/AllTests.rb index 95f8b18506d..acbaec3984a 100644 --- a/ruby/test/Ice/timeout/AllTests.rb +++ b/ruby/test/Ice/timeout/AllTests.rb @@ -179,7 +179,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) begin |