From 168b0e1f025a3c8927bbf548cc4631862fe22d29 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 27 Nov 2022 22:48:18 -0800 Subject: Make the timeout of test_system_sigpipe longer https://github.com/ruby/ruby/actions/runs/3562236318/jobs/5983796689 --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 10c4aadadf..8a501b0624 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1817,7 +1817,7 @@ class TestProcess < Test::Unit::TestCase with_tmpchdir do assert_nothing_raised('[ruby-dev:12261]') do - EnvUtil.timeout(3) do + EnvUtil.timeout(10) do pid = spawn('yes | ls') Process.waitpid pid end -- cgit v1.2.3