mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_iseq_load.rb: increase timeout for stressful roundtrip
Even 60s is short for our CI environments:
20181228
T153002Z.fail.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bfd1980db2
commit
f9dc0fb649
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class TestIseqLoad < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_stressful_roundtrip
|
||||
assert_separately(%w[-r-test-/iseq_load], "#{<<~"begin;"}\n#{<<~'end;;'}", timeout: 60)
|
||||
assert_separately(%w[-r-test-/iseq_load], "#{<<~"begin;"}\n#{<<~'end;;'}", timeout: 120)
|
||||
begin;
|
||||
ISeq = RubyVM::InstructionSequence
|
||||
def assert_iseq_roundtrip(src, line=caller_locations(1,1)[0].lineno+1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue