From 8f4d5c5d54d86937211a7b1bbd9c931f7d0d74ce Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Thu, 4 Feb 2016 11:35:02 +0100 Subject: [PATCH] qunit: Increase individual test timeout to 60 seconds Bug: T125484 Change-Id: If4147d678fdef168d79bc2b4d0c606b8c82dc6af --- tests/qunit/data/testrunner.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; -- 2.20.1