mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
test/racc/test_racc_command.rb: Extend the timeout
test_opal, test_ruby18, and test_ruby22 are slow tests.
20190619
T105405Z.fail.html.gz
This commit is contained in:
parent
2abe548f35
commit
65944e96d3
2 changed files with 9 additions and 9 deletions
|
@ -164,13 +164,13 @@ module Racc
|
|||
# .y files from `parser` gem
|
||||
|
||||
def test_ruby18
|
||||
assert_compile 'ruby18.y'
|
||||
assert_compile 'ruby18.y', [], timeout: 60
|
||||
assert_debugfile 'ruby18.y', []
|
||||
# assert_output_unchanged 'ruby18.y'
|
||||
end
|
||||
|
||||
def test_ruby22
|
||||
assert_compile 'ruby22.y'
|
||||
assert_compile 'ruby22.y', [], timeout: 60
|
||||
assert_debugfile 'ruby22.y', []
|
||||
# assert_output_unchanged 'ruby22.y'
|
||||
end
|
||||
|
@ -186,7 +186,7 @@ module Racc
|
|||
# .y file from opal gem
|
||||
|
||||
def test_opal
|
||||
assert_compile 'opal.y'
|
||||
assert_compile 'opal.y', [], timeout: 60
|
||||
assert_debugfile 'opal.y', []
|
||||
# assert_output_unchanged 'opal.y'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue