mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rinda/test_rinda.rb: fix sticks on some testsf problem
[Bug #6272] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d6ba4bcaa5
commit
b384fe5e4f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Apr 21 14:36:49 2012 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
||||
* test/rinda/test_rinda.rb: fix sticks on some testsf problem
|
||||
[Bug #6272]
|
||||
|
||||
Fri Apr 20 12:24:04 2012 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Removed to avoid
|
||||
|
|
|
@ -94,7 +94,7 @@ end
|
|||
|
||||
class TupleSpace
|
||||
def sleep(n)
|
||||
Time.sleep(n)
|
||||
Kernel.sleep(n * 0.01)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue