ruby-changes:23367
From: seki <ko1@a...>
Date: Sat, 21 Apr 2012 15:14:25 +0900 (JST)
Subject: [ruby-changes:23367] seki:r35417 (trunk): * test/rinda/test_rinda.rb: fix sticks on some testsf problem
seki 2012-04-21 15:10:21 +0900 (Sat, 21 Apr 2012) New Revision: 35417 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35417 Log: * test/rinda/test_rinda.rb: fix sticks on some testsf problem [Bug #6272] Modified files: trunk/ChangeLog trunk/test/rinda/test_rinda.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 35416) +++ ChangeLog (revision 35417) @@ -1,3 +1,8 @@ +Sat Apr 21 14:36:49 2012 Masatoshi SEKI <m_seki@m...> + + * test/rinda/test_rinda.rb: fix sticks on some testsf problem + [Bug #6272] + Fri Apr 20 12:24:04 2012 Eric Hodel <drbrain@s...> * lib/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Removed to avoid Index: test/rinda/test_rinda.rb =================================================================== --- test/rinda/test_rinda.rb (revision 35416) +++ test/rinda/test_rinda.rb (revision 35417) @@ -94,7 +94,7 @@ class TupleSpace def sleep(n) - Time.sleep(n) + Kernel.sleep(n * 0.01) end end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/