mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Decrease timeout limit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3be2c7db1e
commit
92c5d84a40
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class TestQueue < Test::Unit::TestCase
|
|||
|
||||
def test_thr_kill
|
||||
bug5343 = '[ruby-core:39634]'
|
||||
assert_normal_exit(<<-'_eom', bug5343, {:timeout => 250})
|
||||
assert_normal_exit(<<-'_eom', bug5343, {:timeout => 20})
|
||||
require "thread"
|
||||
2000.times do
|
||||
queue = Queue.new
|
||||
|
|
Loading…
Reference in a new issue