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