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:
parent
77cfd2e0a1
commit
bbbec4b87c
Notes:
git
2020-08-06 08:37:17 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class TestThreadQueue < Test::Unit::TestCase
|
||||||
def test_thr_kill
|
def test_thr_kill
|
||||||
bug5343 = '[ruby-core:39634]'
|
bug5343 = '[ruby-core:39634]'
|
||||||
Dir.mktmpdir {|d|
|
Dir.mktmpdir {|d|
|
||||||
timeout = 60
|
timeout = EnvUtil.apply_timeout_scale(60)
|
||||||
total_count = 250
|
total_count = 250
|
||||||
begin
|
begin
|
||||||
assert_normal_exit(<<-"_eom", bug5343, **{:timeout => timeout, :chdir=>d})
|
assert_normal_exit(<<-"_eom", bug5343, **{:timeout => timeout, :chdir=>d})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue