]> 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:45:58 +0000 (17:45 +0400)
test/data/testrunner.js

index 07e2262074b71a5ec2e905c259b4d09a7b41a37f..72ec66129c83050bcb93e61e2a298ce4b1f03169 100644 (file)
@@ -21,7 +21,7 @@ var oldStart = window.start,
 
 // 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;