summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 02efc168c2..68b07a1606 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -667,7 +667,7 @@ class TestProcess < Test::Unit::TestCase
end
EOS
assert_equal("start\n", io.gets)
- sleep 0.5
+ sleep 3
Process.kill(:USR1, io.pid)
assert_equal("ok\n", io.read)
}