mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 00:25:33 +08: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
|
bundle exec rake db:create db:migrate
|
||||||
|
|
||||||
if [ '$QUNIT_RUN' == '1' ]; then
|
if [ '$QUNIT_RUN' == '1' ]; then
|
||||||
LOAD_PLUGINS=1 bundle exec rake qunit:test['300000']
|
LOAD_PLUGINS=1 bundle exec rake qunit:test['400000']
|
||||||
else
|
else
|
||||||
bundle exec rspec && bundle exec rake plugin:spec
|
bundle exec rspec && bundle exec rake plugin:spec
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user