mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
5c600fd547
commit
a9170f0dc1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue