ruby-changes:71181
From: Koichi <ko1@a...>
Date: Mon, 14 Feb 2022 14:52:41 +0900 (JST)
Subject: [ruby-changes:71181] 8e0899919b (master): extend timeout for mjit
https://git.ruby-lang.org/ruby.git/commit/?id=8e0899919b From 8e0899919b1d543399f124092c16780467155f39 Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Mon, 14 Feb 2022 14:50:01 +0900 Subject: 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 89c00d0b88..73deca8383 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -30,7 +30,7 @@ assert_finish 10, %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_io.rb#L30 end }, '[ruby-dev:32566]' -assert_finish 1, %q{ +assert_finish 5, %q{ r, w = IO.pipe Thread.new { w << "ab" -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/