Skip to content

Commit

Permalink
extend timeout for mjit
Browse files Browse the repository at this point in the history
1 seconeds is not enough on an specific (busy) machine w/ mjit.
http://ci.rvm.jp/results/trunk-mjit@phosphorus-docker/3830178
  • Loading branch information
ko1 committed Feb 14, 2022
1 parent 7a8ea2e commit 8e08999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstraptest/test_io.rb
Expand Up @@ -30,7 +30,7 @@
end
}, '[ruby-dev:32566]'

assert_finish 1, %q{
assert_finish 5, %q{
r, w = IO.pipe
Thread.new {
w << "ab"
Expand Down

0 comments on commit 8e08999

Please sign in to comment.