1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Apply timeout-scale to test_thr_kill.

This commit is contained in:
Jun Aruga 2020-07-31 16:08:38 +02:00 committed by Hiroshi SHIBATA
parent 77cfd2e0a1
commit bbbec4b87c
Notes: git 2020-08-06 08:37:17 +09:00

View file

@ -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})