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

extend timeout for mjit

1 seconeds is not enough on an specific (busy) machine w/ mjit.
http://ci.rvm.jp/results/trunk-mjit@phosphorus-docker/3830178
This commit is contained in:
Koichi Sasada 2022-02-14 14:50:01 +09:00
parent 7a8ea2e497
commit 8e0899919b

View file

@ -30,7 +30,7 @@ assert_finish 10, %q{
end
}, '[ruby-dev:32566]'
assert_finish 1, %q{
assert_finish 5, %q{
r, w = IO.pipe
Thread.new {
w << "ab"