Bump timeout for qunit tests on Travis.

This commit is contained in:
Guo Xiang Tan 2017-09-27 11:07:12 +08:00
parent 3cbe296dc3
commit 409cd72f5b

View File

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