ruby-changes:41512
From: naruse <ko1@a...>
Date: Tue, 19 Jan 2016 11:51:59 +0900 (JST)
Subject: [ruby-changes:41512] naruse:r53586 (trunk): increase timeout for ARMv7
naruse 2016-01-19 11:52:37 +0900 (Tue, 19 Jan 2016) New Revision: 53586 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53586 Log: increase timeout for ARMv7 http://rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20160113T091704Z.diff.html.gz Modified files: trunk/test/ruby/test_iseq.rb Index: test/ruby/test_iseq.rb =================================================================== --- test/ruby/test_iseq.rb (revision 53585) +++ test/ruby/test_iseq.rb (revision 53586) @@ -187,7 +187,7 @@ class TestISeq < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_iseq.rb#L187 end def test_parent_iseq_mark - assert_separately([], <<-'end;') + assert_separately([], <<-'end;', timeout: 20) ->{ ->{ ->{ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/