Skip to content

Commit

Permalink
Tests: Simplify "testTimeout" option
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Apr 15, 2014
1 parent a0568b0 commit b26628a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/testrunner.js
Expand Up @@ -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;
Expand Down

0 comments on commit b26628a

Please sign in to comment.