summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-09-24 13:37:44 +0200
committerBenoit Foucher <benoit@zeroc.com>2019-09-24 15:33:14 +0200
commitf36869725c29a23a903a5533ff18c86c55092355 (patch)
treeb1630868a1932d3378dea4746eb135350134d1a8 /ruby
parentFix DK 13 build failures (diff)
downloadice-f36869725c29a23a903a5533ff18c86c55092355.tar.bz2
ice-f36869725c29a23a903a5533ff18c86c55092355.tar.xz
ice-f36869725c29a23a903a5533ff18c86c55092355.zip
Fix for invocation timeout sporadic test failure, fixes #547
Diffstat (limited to 'ruby')
-rw-r--r--ruby/test/Ice/timeout/AllTests.rb2
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