From 6e85a0ea7ee55e693148d82935da0c9b08e98974 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Fri, 28 Dec 2018 13:20:38 +0000 Subject: test_iseq_load.rb: increase timeout for RubyCI https://rubyci.org/logs/rubyci.s3.amazonaws.com/arch/ruby-trunk/log/20181228T090001Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/iseq_load/test_iseq_load.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/-ext-') diff --git a/test/-ext-/iseq_load/test_iseq_load.rb b/test/-ext-/iseq_load/test_iseq_load.rb index f96117b163..45bb742c2a 100644 --- a/test/-ext-/iseq_load/test_iseq_load.rb +++ b/test/-ext-/iseq_load/test_iseq_load.rb @@ -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: 30) + assert_separately(%w[-r-test-/iseq_load], "#{<<~"begin;"}\n#{<<~'end;;'}", timeout: 60) begin; ISeq = RubyVM::InstructionSequence def assert_iseq_roundtrip(src, line=caller_locations(1,1)[0].lineno+1) -- cgit v1.2.3