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

View File

@ -69,7 +69,7 @@ script:
bundle exec rake db:create db:migrate
if [ '$QUNIT_RUN' == '1' ]; then
bundle exec rake qunit:test['400000'] && \
bundle exec rake qunit:test['500000'] && \
bundle exec rake plugin:qunit
else
bundle exec rspec && bundle exec rake plugin:spec