From 0a0d452588634f58e1964d245f70727d46165676 Mon Sep 17 00:00:00 2001 From: headius Date: Tue, 23 Feb 2016 02:03:37 +0000 Subject: Bump up timeout for slower-starting implementations/platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index e13b9f578c..ca162f152f 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -728,7 +728,7 @@ class TestThread < Test::Unit::TestCase end def test_thread_timer_and_ensure - assert_normal_exit(<<_eom, 'r36492', timeout: 3) + assert_normal_exit(<<_eom, 'r36492', timeout: 10) flag = false t = Thread.new do begin -- cgit v1.2.3