Bump Qunit test timeout on Travis.

This commit is contained in:
Guo Xiang Tan 2018-03-20 10:24:44 +08:00
parent 69a53210d3
commit 463d6a057c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ script:
bundle exec rake db:create db:migrate bundle exec rake db:create db:migrate
if [ '$QUNIT_RUN' == '1' ]; then if [ '$QUNIT_RUN' == '1' ]; then
bundle exec rake qunit:test['400000'] && \ bundle exec rake qunit:test['500000'] && \
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