From 409cd72f5bdc6d1fe3834d6b44b3bc4249ac3f16 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 27 Sep 2017 11:07:12 +0800 Subject: [PATCH] Bump timeout for qunit tests on Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44383155589..c1d836522ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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