1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

increase wait

http://chkbuild002.hsbt.org/chkbuild/ruby-trunk/log/20140518T160015Z.fail.html.gz

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2014-05-18 20:05:26 +00:00
parent 3360dfd294
commit 8e007cc088

View file

@ -270,7 +270,7 @@ class TestRakeTask < Rake::TestCase
result = []
t_a = task(:a) do |t|
sleep 0.02
sleep 0.2
mx.synchronize { result << t.name }
end