summaryrefslogtreecommitdiff
path: root/test/-ext-/old_thread_select/test_old_thread_select.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/old_thread_select/test_old_thread_select.rb')
-rw-r--r--test/-ext-/old_thread_select/test_old_thread_select.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/old_thread_select/test_old_thread_select.rb b/test/-ext-/old_thread_select/test_old_thread_select.rb
index d965724c83..a7db7bdf99 100644
--- a/test/-ext-/old_thread_select/test_old_thread_select.rb
+++ b/test/-ext-/old_thread_select/test_old_thread_select.rb
@@ -19,7 +19,7 @@ class TestOldThreadSelect < Test::Unit::TestCase
rc = IO.old_thread_select([r.fileno], nil, nil, 0.001)
diff = Time.now - t0
assert_equal 0, rc
- assert diff > 0.001, "returned too early"
+ assert diff >= 0.001, "returned too early"
end
end