diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-05 19:24:48 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-05 19:24:48 +0000 |
commit | 64f0caac34833c98453bd267f6596c26f7d5bcd8 (patch) | |
tree | 6d8744d9baf012db7ccf842110b8a5efa6eccfb7 | |
parent | 0d2346f9a1bec6824863404cb371492336c673e4 (diff) |
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
-rw-r--r-- | test/ruby/test_proc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |