From 8ef27ac1920a9df717a55671de1589c12899d487 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 11 Aug 2018 13:31:10 +0000 Subject: [PATCH] test_iseq_load.rb: reduce timeout of test_stressful_roundtrip We should increase RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE for slow environments, and we configured some CI machines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/iseq_load/test_iseq_load.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/-ext-/iseq_load/test_iseq_load.rb b/test/-ext-/iseq_load/test_iseq_load.rb index f4928894e7..969eb39a25 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], <<-'end;;', timeout: 600) + assert_separately(%w[-r-test-/iseq_load], <<-'end;;', timeout: 30) ISeq = RubyVM::InstructionSequence def assert_iseq_roundtrip(src, line=caller_locations(1,1)[0].lineno+1) a = ISeq.compile(src, __FILE__, __FILE__, line).to_a