mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Increase QUnit timeouts to allow on slower envs
This commit is contained in:
parent
f15f61da0a
commit
f68540b022
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ task 'docker:test' do
|
|||
@good &&= run_or_fail("eslint --ext .es6 app/assets/javascripts")
|
||||
@good &&= run_or_fail("eslint --ext .es6 test/javascripts")
|
||||
@good &&= run_or_fail("eslint test/javascripts")
|
||||
@good &&= run_or_fail("bundle exec rake qunit:test['200000']")
|
||||
@good &&= run_or_fail("bundle exec rake qunit:test['600000']")
|
||||
end
|
||||
|
||||
ensure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue