summaryrefslogtreecommitdiff
path: root/test/-ext-/iseq_load/test_iseq_load.rb
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-11 13:31:10 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-11 13:31:10 +0000
commit8ef27ac1920a9df717a55671de1589c12899d487 (patch)
tree01ea168f5c2d944506ac1cdbd7b9453912e11469 /test/-ext-/iseq_load/test_iseq_load.rb
parent8b46df7947191419787da854ca1e89fa3e877329 (diff)
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
Diffstat (limited to 'test/-ext-/iseq_load/test_iseq_load.rb')
-rw-r--r--test/-ext-/iseq_load/test_iseq_load.rb2
1 files changed, 1 insertions, 1 deletions
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