mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
increase timeout seconds.
* test/ruby/test_trace.rb (test_trace_stackoverflow): on some platforms this test fails because of timeout. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5bca8051af
commit
3c547e1129
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class TestTrace < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_trace_stackoverflow
|
||||
assert_normal_exit("#{<<-"begin;"}\n#{<<~"end;"}")
|
||||
assert_normal_exit("#{<<-"begin;"}\n#{<<~"end;"}", timeout: 60)
|
||||
begin;
|
||||
require 'tracer'
|
||||
class HogeError < StandardError
|
||||
|
|
Loading…
Reference in a new issue