diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2017-07-19 11:45:03 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2017-07-19 11:45:03 -0400 |
commit | 928c580a1a5fb328604ee94e33f440a326754ae1 (patch) | |
tree | 1b948fe9a9f7775ce4f0ac7a24ad493c58174ea6 /test/data | |
parent | 03db56a7e3250ee4a6271ac1b0c2c4053d2999c9 (diff) | |
download | jquery-928c580a1a5fb328604ee94e33f440a326754ae1.tar.gz jquery-928c580a1a5fb328604ee94e33f440a326754ae1.zip |
Tests: Reduce the abort timeout for simple focus testing
Ref gh-3732
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testrunner.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |