From 64f0caac34833c98453bd267f6596c26f7d5bcd8 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 5 Jan 2018 19:24:48 +0000 Subject: [PATCH] extend timeout to 15 seconds for ARMv8 environment git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_proc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index 1607baf067..701bd078ca 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]') + assert_ruby_status([], <<-'end;', '[Bug #13605]', timeout: 15) b = binding n = 20_000