From 715e28f3a2d15f970ff8cb2470a2acafb8125e44 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 17 Jan 2018 18:02:47 +0000 Subject: extend timeout git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_proc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_proc.rb') 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 -- cgit v1.2.3