From: Jan Zerebecki Date: Thu, 4 Feb 2016 10:35:02 +0000 (+0100) Subject: qunit: Increase individual test timeout to 60 seconds X-Git-Tag: 1.31.0-rc.0~8083^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=8f4d5c5d54d86937211a7b1bbd9c931f7d0d74ce;p=lhc%2Fweb%2Fwiklou.git qunit: Increase individual test timeout to 60 seconds Bug: T125484 Change-Id: If4147d678fdef168d79bc2b4d0c606b8c82dc6af --- diff --git a/tests/qunit/data/testrunner.js b/tests/qunit/data/testrunner.js index e7b45bd70a..07e6f269f9 100644 --- a/tests/qunit/data/testrunner.js +++ b/tests/qunit/data/testrunner.js @@ -22,10 +22,9 @@ * Configuration */ - // When a test() indicates asynchronicity with stop(), - // allow 30 seconds to pass before killing the test(), - // and assuming failure. - QUnit.config.testTimeout = 30 * 1000; + // For each test() that is asynchronous, allow this time to pass before + // killing the test and assuming timeout failure. + QUnit.config.testTimeout = 60 * 1000; QUnit.config.requireExpects = true;