]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Increase time limit in qtest
authorIskren Chernev <iskren.chernev@gmail.com>
Tue, 3 Mar 2015 08:40:02 +0000 (00:40 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 25 Mar 2015 16:27:43 +0000 (09:27 -0700)
tasks/qtest.js

index 5009889d38c95d4574c05a94dd8993c4ce9c2351..b36a4c07786e4a30452a1a5b2bd8a58851c1c027 100644 (file)
@@ -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",