summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_thread.rb')
-rw-r--r--test/ruby/test_thread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index 9cd55bcbed..4aed34d5ba 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -889,7 +889,7 @@ Thread.new(Thread.current) {|mth|
m.lock
puts "locked"
Process.kill("INT", $$)
- sleep 0.01
+ sleep 0.2
puts m.locked?
INPUT
end