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:
parent
7a8ea2e497
commit
8e0899919b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ assert_finish 10, %q{
|
||||||
end
|
end
|
||||||
}, '[ruby-dev:32566]'
|
}, '[ruby-dev:32566]'
|
||||||
|
|
||||||
assert_finish 1, %q{
|
assert_finish 5, %q{
|
||||||
r, w = IO.pipe
|
r, w = IO.pipe
|
||||||
Thread.new {
|
Thread.new {
|
||||||
w << "ab"
|
w << "ab"
|
||||||
|
|
Loading…
Reference in a new issue