From a9170f0dc1d2a4882022c48a47d1afb54fa4b12d Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 30 Dec 2017 23:06:39 +0000 Subject: increase test timeout. * test/ruby/test_thread.rb (test_signal_at_join): increase timeout. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index cf3eefa25f..1baaf889cb 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -1257,7 +1257,7 @@ q.pop 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 -- cgit v1.2.3