Bump Qunit test timeout on Travis.
This commit is contained in:
parent
69a53210d3
commit
463d6a057c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue