mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
tests: increase timeouts and speedup some slow tests
I'm still using the computer from 2005, so enabling MJIT makes some tests take longer. For test_deadlock_by_signal_at_forking I got it down to 135s to 89s by disabling RubyGems. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ddb301b6a2
commit
6c74c73f95
4 changed files with 7 additions and 7 deletions
|
@ -1328,7 +1328,7 @@ $stderr = $stdout; raise "\x82\xa0"') do |outs, errs, status|
|
|||
end
|
||||
raise Bug14566
|
||||
end;
|
||||
assert_in_out_err([], code, [], /Bug14566/, success: false, timeout: 1)
|
||||
assert_in_out_err([], code, [], /Bug14566/, success: false, timeout: 2)
|
||||
end
|
||||
|
||||
def test_super_in_method_missing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue