From f36869725c29a23a903a5533ff18c86c55092355 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 24 Sep 2019 13:37:44 +0200 Subject: Fix for invocation timeout sporadic test failure, fixes #547 --- ruby/test/Ice/timeout/AllTests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby') 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 -- cgit v1.2.3