summaryrefslogtreecommitdiff
path: root/ruby/test
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/test')
-rw-r--r--ruby/test/Ice/timeout/AllTests.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/test/Ice/timeout/AllTests.rb b/ruby/test/Ice/timeout/AllTests.rb
index 72c717ae2a5..05746528fc6 100644
--- a/ruby/test/Ice/timeout/AllTests.rb
+++ b/ruby/test/Ice/timeout/AllTests.rb
@@ -198,10 +198,10 @@ def allTests(communicator)
initData.properties.setProperty("Ice.Override.CloseTimeout", "100")
comm = Ice.initialize(initData)
connection = comm.stringToProxy(sref).ice_getConnection();
- timeout.holdAdapter(500);
+ timeout.holdAdapter(800);
now = Time.now
comm.destroy();
- test((Time.now - now) < 0.4);
+ test((Time.now - now) < 0.7);
puts "ok"