From bbbec4b87c1e66909f5bee9acd3e460b8c1ad663 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Fri, 31 Jul 2020 16:08:38 +0200 Subject: Apply timeout-scale to test_thr_kill. --- test/ruby/test_thread_queue.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_thread_queue.rb b/test/ruby/test_thread_queue.rb index 13c839ab50..b0fa878814 100644 --- a/test/ruby/test_thread_queue.rb +++ b/test/ruby/test_thread_queue.rb @@ -131,7 +131,7 @@ class TestThreadQueue < Test::Unit::TestCase def test_thr_kill bug5343 = '[ruby-core:39634]' Dir.mktmpdir {|d| - timeout = 60 + timeout = EnvUtil.apply_timeout_scale(60) total_count = 250 begin assert_normal_exit(<<-"_eom", bug5343, **{:timeout => timeout, :chdir=>d}) -- cgit v1.2.3