mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 17:06:31 -06:00
Bump timeout for qunit tests on Travis.
This commit is contained in:
parent
3cbe296dc3
commit
409cd72f5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user