aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-14 02:19:39 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-14 02:19:39 +0000
commit02149402698b81c98e11ed9b89895193e847940d (patch)
tree22904a302c62b625d242ed1c98ddd10fed26957b /test
parent8ceb92bd793cf1332481560c0ff12d9271a60c4b (diff)
downloadruby-02149402698b81c98e11ed9b89895193e847940d.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_trace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_trace.rb b/test/ruby/test_trace.rb
index 0be545e515..d7a683b083 100644
--- a/test/ruby/test_trace.rb
+++ b/test/ruby/test_trace.rb
@@ -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