From 1290bdf1aeeefa5c7855b9654cc8aa9e1e740f45 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 9 Nov 2021 14:39:39 +0900 Subject: test/ruby/test_fiber.rb: Extend timeout on Solaris The test usually takes 200 sec. on Solaris, so the timeout of 300 sec. looks too short. --- test/ruby/test_fiber.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_fiber.rb b/test/ruby/test_fiber.rb index 67fef33b85..a0fd4a7491 100644 --- a/test/ruby/test_fiber.rb +++ b/test/ruby/test_fiber.rb @@ -50,7 +50,7 @@ class TestFiber < Test::Unit::TestCase end def test_many_fibers_with_threads - assert_normal_exit <<-SRC, timeout: (/solaris/i =~ RUBY_PLATFORM ? 300 : 60) + assert_normal_exit <<-SRC, timeout: (/solaris/i =~ RUBY_PLATFORM ? 1000 : 60) max = 1000 @cnt = 0 (1..100).map{|ti| -- cgit v1.2.3