summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_thread_queue.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_thread_queue.rb b/test/ruby/test_thread_queue.rb
index 41e6865ed4..13c839ab50 100644
--- a/test/ruby/test_thread_queue.rb
+++ b/test/ruby/test_thread_queue.rb
@@ -572,6 +572,7 @@ class TestThreadQueue < Test::Unit::TestCase
Thread.new{
loop{
Process.kill :INT, $$
+ sleep 0.1
}
}
puts q.pop