qunit: Increase individual test timeout to 60 seconds
authorJan Zerebecki <jan.wikimedia@zerebecki.de>
Thu, 4 Feb 2016 10:35:02 +0000 (11:35 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 4 Feb 2016 17:59:36 +0000 (18:59 +0100)
Bug: T125484
Change-Id: If4147d678fdef168d79bc2b4d0c606b8c82dc6af

tests/qunit/data/testrunner.js

index e7b45bd..07e6f26 100644 (file)
         * 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;