From 928c580a1a5fb328604ee94e33f440a326754ae1 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Wed, 19 Jul 2017 11:45:03 -0400 Subject: Tests: Reduce the abort timeout for simple focus testing Ref gh-3732 --- test/data/testrunner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data') diff --git a/test/data/testrunner.js b/test/data/testrunner.js index b8f1127ab..d5120c6a0 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -15,7 +15,7 @@ var oldCacheLength = 0, // Max time for stop() and asyncTest() until it aborts test // and start()'s the next test. -QUnit.config.testTimeout = 12e4; // 2 minutes +QUnit.config.testTimeout = 60e3; // 1 minute // Enforce an "expect" argument or expect() call in all test bodies. QUnit.config.requireExpects = true; -- cgit v1.2.3