Skip to content

Commit ed19845

Browse files
committed
Increase default timeout from 5s to 10s
It seems Chrome launch times have become spotty, at least via GitHub Actions. Almost every push, one or two of the six builds fails in a timeout (3 Node.js versions, times 2 OS versions).
1 parent 3d6b9ca commit ed19845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/qunit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ module.exports = function(grunt) {
261261
// Merge task-specific and/or target-specific options with these defaults.
262262
options = this.options({
263263
// Default Chrome timeout.
264-
timeout: 5000,
264+
timeout: 10000,
265265
// QUnit-Chrome bridge file to be injected.
266266
inject: asset('chrome/bridge.js'),
267267
// Explicit non-file URLs to test.

0 commit comments

Comments
 (0)