mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_thread.rb: fix test.
[ruby-dev:35960] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
42a48c1e9d
commit
cb0ade87d6
2 changed files with 6 additions and 1 deletions
|
@ -126,7 +126,7 @@ class TestThread < Test::Unit::TestCase
|
|||
sleep 0.5
|
||||
t1.kill
|
||||
t2.kill
|
||||
assert(c1 > c2 * 1.5, "[ruby-dev:33124]")
|
||||
assert(c1 > c2, "[ruby-dev:33124]")
|
||||
end
|
||||
|
||||
def test_new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue