diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-05-29 09:38:59 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-05-29 09:38:59 +0200 |
commit | e617005e2e4f6ea0fc1a72ddbc33bc7fad0cf620 (patch) | |
tree | bc85aa29b58e3ce1ea77adcff7bc127c449f0c40 /ruby/test | |
parent | Fixed connect timeout test sporadic failures in particular with macOS/Firefox (diff) | |
download | ice-e617005e2e4f6ea0fc1a72ddbc33bc7fad0cf620.tar.bz2 ice-e617005e2e4f6ea0fc1a72ddbc33bc7fad0cf620.tar.xz ice-e617005e2e4f6ea0fc1a72ddbc33bc7fad0cf620.zip |
Timeout test and Android driver fixes
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 12204aa858c..47a388154fb 100644 --- a/ruby/test/Ice/timeout/AllTests.rb +++ b/ruby/test/Ice/timeout/AllTests.rb @@ -51,7 +51,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) begin to.op() |