ruby-changes:49404
From: ko1 <ko1@a...>
Date: Sun, 31 Dec 2017 08:06:44 +0900 (JST)
Subject: [ruby-changes:49404] ko1:r61520 (trunk): increase test timeout.
ko1 2017-12-31 08:06:39 +0900 (Sun, 31 Dec 2017) New Revision: 61520 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61520 Log: increase test timeout. * test/ruby/test_thread.rb (test_signal_at_join): increase timeout. Modified files: trunk/test/ruby/test_thread.rb Index: test/ruby/test_thread.rb =================================================================== --- test/ruby/test_thread.rb (revision 61519) +++ test/ruby/test_thread.rb (revision 61520) @@ -1257,7 +1257,7 @@ q.pop https://github.com/ruby/ruby/blob/trunk/test/ruby/test_thread.rb#L1257 skip "can't trap a signal from another process on Windows" # opt = {new_pgroup: true} end - assert_separately([], "#{<<~"{#"}\n#{<<~'};'}") + assert_separately([], "#{<<~"{#"}\n#{<<~'};'}", timeout: 120) {# n = 1000 sig = :INT -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/