diff options
Diffstat (limited to 'ruby')
-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 |