summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-30 23:06:39 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-30 23:06:39 +0000
commita9170f0dc1d2a4882022c48a47d1afb54fa4b12d (patch)
tree4623caa4447fd012ed84dbc30caaf3a035034da5 /test/ruby/test_thread.rb
parent5c600fd5471d923edd6960690a0d0ceec57d72b4 (diff)
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
Diffstat (limited to 'test/ruby/test_thread.rb')
-rw-r--r--test/ruby/test_thread.rb2
1 files changed, 1 insertions, 1 deletions
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