ruby-changes:41829
From: headius <ko1@a...>
Date: Tue, 23 Feb 2016 11:03:01 +0900 (JST)
Subject: [ruby-changes:41829] headius:r53903 (trunk): Bump up timeout for slower-starting implementations/platforms.
headius 2016-02-23 11:03:37 +0900 (Tue, 23 Feb 2016) New Revision: 53903 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53903 Log: Bump up timeout for slower-starting implementations/platforms. Modified files: trunk/test/ruby/test_thread.rb Index: test/ruby/test_thread.rb =================================================================== --- test/ruby/test_thread.rb (revision 53902) +++ test/ruby/test_thread.rb (revision 53903) @@ -728,7 +728,7 @@ class TestThread < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_thread.rb#L728 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/