diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-06 11:03:52 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-06 11:03:52 +0900 |
| commit | 26b81bed5050a1ed072cb6a6b10f0369bcdc8cf1 (patch) | |
| tree | bbd65bac79f6718de710f945862b6fd898c07f46 /test/ruby/test_thread_queue.rb | |
| parent | 728001caaef3435ffae184d84647bd7f29f0d4d9 (diff) | |
Extend timeout for ci.rvm.jp
Diffstat (limited to 'test/ruby/test_thread_queue.rb')
| -rw-r--r-- | test/ruby/test_thread_queue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_thread_queue.rb b/test/ruby/test_thread_queue.rb index 9a41be8b1a..4046185fd2 100644 --- a/test/ruby/test_thread_queue.rb +++ b/test/ruby/test_thread_queue.rb @@ -217,7 +217,7 @@ class TestThreadQueue < Test::Unit::TestCase bug5343 = '[ruby-core:39634]' Dir.mktmpdir {|d| - timeout = 60 + timeout = 120 total_count = 250 begin assert_normal_exit(<<-"_eom", bug5343, timeout: timeout, chdir: d) |
