summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 03:53:46 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 03:53:46 +0000
commit04de75bf9c4aa773b6d774e5e765b1af230d67c4 (patch)
treea97973c4cc6d3213ca305ebbb36920dd4a46dd0d /test
parentb2feea294555697cad98956949da3a8be7403b05 (diff)
extend timeout more
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_proc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb
index 9071b92f0e..2e4fd201c3 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: 20)
+ assert_ruby_status([], <<-'end;', '[Bug #13605]', timeout: 30)
b = binding
n = 20_000