From 8e7b572d97f0a19a8467f3a299d72c49ba51a293 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 11 Apr 2015 09:00:39 +0000 Subject: Delay signal bit more. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ruby/test_process.rb') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 28e8f9f5a9..e682f851cb 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -587,7 +587,7 @@ class TestProcess < Test::Unit::TestCase puts "ok" end EOS - sleep 0.1 + sleep 0.5 Process.kill(:USR1, io.pid) assert_equal("ok\n", io.read) } @@ -602,7 +602,7 @@ class TestProcess < Test::Unit::TestCase trap(:USR1) { print "trap\n" } system("cat", :in => "fifo") EOS - sleep 0.1 + sleep 0.5 Process.kill(:USR1, io.pid) sleep 0.1 File.write("fifo", "ok\n") -- cgit v1.2.3