summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2022-02-14 14:50:01 +0900
committerKoichi Sasada <ko1@atdot.net>2022-02-14 14:52:12 +0900
commit8e0899919b1d543399f124092c16780467155f39 (patch)
tree69e36366d16e06853ae0898a6a329c3a0d8dc3ac /bootstraptest
parent7a8ea2e49720b68323c5cf9899d31c3a9e24dd80 (diff)
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
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb
index 89c00d0b88..73deca8383 100644
--- a/bootstraptest/test_io.rb
+++ b/bootstraptest/test_io.rb
@@ -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"