diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-17 18:02:47 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-17 18:02:47 +0000 |
commit | b87958ca0bba31d5ea92c2274be3baaa5c9da3d4 (patch) | |
tree | a6769a298aa79fe44c9ad0ac41ae9b78697a7f85 /test/ruby/test_proc.rb | |
parent | 4fd6391cabaf46a15a70daeb95360d2dc53250a1 (diff) |
extend timeout
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_proc.rb')
-rw-r--r-- | test/ruby/test_proc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index 69cb0e439b..9071b92f0e 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -1342,7 +1342,7 @@ class TestProc < Test::Unit::TestCase end def test_local_variable_set_wb - assert_ruby_status([], <<-'end;', '[Bug #13605]', timeout: 15) + assert_ruby_status([], <<-'end;', '[Bug #13605]', timeout: 20) b = binding n = 20_000 |