summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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