]> source.dussan.org Git - jquery.git/commitdiff
Tests: Simplify "testTimeout" option
authorOleg Gaidarenko <markelog@gmail.com>
Mon, 27 Jan 2014 19:26:27 +0000 (23:26 +0400)
committerOleg Gaidarenko <markelog@gmail.com>
Tue, 15 Apr 2014 13:46:25 +0000 (17:46 +0400)
test/data/testrunner.js

index 830f60d240e87031eb772d272dcc6c35aed93e80..aea91624ec2fcede019e843b7355dbe8a11bd195 100644 (file)
@@ -21,7 +21,7 @@ var qunitModule = QUnit.module,
 
 // Max time for stop() and asyncTest() until it aborts test
 // and start()'s the next test.
-QUnit.config.testTimeout = 20 * 1000; // 20 seconds
+QUnit.config.testTimeout = 2e4; // 20 seconds
 
 // Enforce an "expect" argument or expect() call in all test bodies.
 QUnit.config.requireExpects = true;