diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-12-22 14:39:46 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-12-22 14:39:46 +0000 |
| commit | 3be2c7db1e458a6954cd501f5067a3d46dcf5222 (patch) | |
| tree | 5d1b8d5febb7a07baafaaeb9a99f9b106767e9fa /test/ruby | |
| parent | b288aa2d89c2f5b2ce771cfe5531e4e2960208ae (diff) | |
* test/ruby/test_thread.rb: don't test the maximum sleep time. Ruby
is not a real-time system.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_thread.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index ec3901e2ac..0931de5659 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -187,7 +187,6 @@ class TestThread < Test::Unit::TestCase t = t1-t0 assert_operator(timeout*0.9, :<, t) - assert_operator(t, :<, timeout*1.1) assert(locked) end |
