From 85f444d407a3f4d004b949e9846cae3faaa2cd77 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 26 Apr 2012 23:30:04 +0000 Subject: merge revision(s) 35417: * test/rinda/test_rinda.rb: fix sticks on some testsf problem [Bug #6272] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rinda/test_rinda.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index 8154b46da3..87f45c9082 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -94,7 +94,7 @@ end class TupleSpace def sleep(n) - Time.sleep(n) + Kernel.sleep(n * 0.01) end end -- cgit v1.2.3