DEV: Increase timeout for JS tests on Travis

This commit is contained in:
Gerhard Schlager 2019-03-18 23:55:50 +01:00 committed by GitHub
parent 8a99d59422
commit c7bd96ae11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ script:
yarn eslint app/assets/javascripts test/javascripts yarn eslint app/assets/javascripts test/javascripts
else else
if [ '$QUNIT_RUN' == '1' ]; then if [ '$QUNIT_RUN' == '1' ]; then
bundle exec rake qunit:test['500000'] && \ bundle exec rake qunit:test['1200000'] && \
bundle exec rake qunit:test['500000','/wizard/qunit'] && \ bundle exec rake qunit:test['1200000','/wizard/qunit'] && \
bundle exec rake plugin:qunit bundle exec rake plugin:qunit
else else
bundle exec rspec && bundle exec rake plugin:spec bundle exec rspec && bundle exec rake plugin:spec