From 8e0899919b1d543399f124092c16780467155f39 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Mon, 14 Feb 2022 14:50:01 +0900 Subject: [PATCH] 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 --- bootstraptest/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 89c00d0b88f35f..73deca8383dbd8 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -30,7 +30,7 @@ end }, '[ruby-dev:32566]' -assert_finish 1, %q{ +assert_finish 5, %q{ r, w = IO.pipe Thread.new { w << "ab"