From b1b4984fb94fc3d3c17237f8a6a3f8fe90996846 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 2 Sep 2025 10:34:38 -0700 Subject: test_thread_cv.rb: Increase a timeout for a thread test https://github.com/ruby/ruby/actions/runs/17410747983/job/49427074277 --- test/ruby/test_thread_cv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_thread_cv.rb b/test/ruby/test_thread_cv.rb index eb88b9606c..81201f134f 100644 --- a/test/ruby/test_thread_cv.rb +++ b/test/ruby/test_thread_cv.rb @@ -76,7 +76,7 @@ class TestThreadConditionVariable < Test::Unit::TestCase condvar.broadcast result << "P2" end - Timeout.timeout(5) do + Timeout.timeout(60) do nr_threads.times do |i| threads[i].join end -- cgit v1.2.3