From b3a9fd0d1f64680cc95bf6f26285e399306c3f1f Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 27 May 2017 02:01:41 +0000 Subject: apply timeout scale git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_notimp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_notimp.rb b/test/ruby/test_notimp.rb index a9ab8f328f..ddebb657bf 100644 --- a/test/ruby/test_notimp.rb +++ b/test/ruby/test_notimp.rb @@ -36,7 +36,7 @@ class TestNotImplement < Test::Unit::TestCase proc {`ps -l #{pid}`} end assert_nothing_raised(Timeout::Error, ps) do - Timeout.timeout(5) { + Timeout.timeout(EnvUtil.apply_timeout_scale(5)) { pid = fork {} Process.wait pid pid = nil -- cgit v1.2.3