Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 463d6a0

Browse files
committed
Bump Qunit test timeout on Travis.
1 parent 69a5321 commit 463d6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ script:
6969
bundle exec rake db:create db:migrate
7070
7171
if [ '$QUNIT_RUN' == '1' ]; then
72-
bundle exec rake qunit:test['400000'] && \
72+
bundle exec rake qunit:test['500000'] && \
7373
bundle exec rake plugin:qunit
7474
else
7575
bundle exec rspec && bundle exec rake plugin:spec

0 commit comments

Comments
 (0)