mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_optimization.rb: increase timeout for RubyCI
https://rubyci.org/logs/rubyci.s3.amazonaws.com/opensuseleap/ruby-trunk/log/20181230T040002Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b861342b9
commit
f110ebfd14
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ class TestRubyOptimization < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_optimized_empty_ensure
|
||||
assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}", timeout: 1)
|
||||
assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}", timeout: 10)
|
||||
begin;
|
||||
assert_raise(RuntimeError) {
|
||||
begin raise ensure nil if nil end
|
||||
|
|
Loading…
Add table
Reference in a new issue