From: Iskren Chernev Date: Tue, 3 Mar 2015 08:40:02 +0000 (-0800) Subject: Increase time limit in qtest X-Git-Tag: 2.10.2~15^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af9c7ac3cee034dbc5542058c9dd3ff36610a924;p=thirdparty%2Fmoment.git Increase time limit in qtest --- diff --git a/tasks/qtest.js b/tasks/qtest.js index 5009889d3..b36a4c077 100644 --- a/tasks/qtest.js +++ b/tasks/qtest.js @@ -9,7 +9,7 @@ module.exports = function (grunt) { testrunner.options.log.tests = false; testrunner.options.log.summary = false; testrunner.options.log.testing = false; - testrunner.options.maxBlockDuration = 5000; + testrunner.options.maxBlockDuration = 10000; testrunner.run({ code: "build/umd/moment.js",