1
0
Fork 0
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:
naruse 2011-12-22 14:58:16 +00:00
parent 3be2c7db1e
commit 92c5d84a40

View file

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