diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-09-24 13:37:44 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-09-24 15:33:14 +0200 |
commit | f36869725c29a23a903a5533ff18c86c55092355 (patch) | |
tree | b1630868a1932d3378dea4746eb135350134d1a8 /ruby/test | |
parent | Fix DK 13 build failures (diff) | |
download | ice-f36869725c29a23a903a5533ff18c86c55092355.tar.bz2 ice-f36869725c29a23a903a5533ff18c86c55092355.tar.xz ice-f36869725c29a23a903a5533ff18c86c55092355.zip |
Fix for invocation timeout sporadic test failure, fixes #547
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 24636c98ded..2bc05c46c2f 100644 --- a/ruby/test/Ice/timeout/AllTests.rb +++ b/ruby/test/Ice/timeout/AllTests.rb @@ -102,7 +102,7 @@ def allTestsWithController(helper, communicator, controller) to = Test::TimeoutPrx.uncheckedCast(obj.ice_invocationTimeout(100)) test(connection == to.ice_getConnection()) begin - to.sleep(500) + to.sleep(1000) test(false) rescue Ice::InvocationTimeoutException # Expected |