diff options
author | Jun Aruga <[email protected]> | 2020-07-31 16:08:38 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-08-06 08:36:53 +0900 |
commit | bbbec4b87c1e66909f5bee9acd3e460b8c1ad663 () | |
tree | 4855c0ef20fb50c97c5f4fda040420820e969121 | |
parent | 77cfd2e0a13f015bd47cbd111c2d42eaadebc731 (diff) |
Apply timeout-scale to test_thr_kill.
Notes: Merged: https://.com/ruby/ruby/pull/3380
-rw-r--r-- | test/ruby/test_thread_queue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ class TestThreadQueue < Test::Unit::TestCase def test_thr_kill bug5343 = '[ruby-core:39634]' Dir.mktmpdir {|d| - timeout = 60 total_count = 250 begin assert_normal_exit(<<-"_eom", bug5343, **{:timeout => timeout, :chdir=>d}) |