Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Feb 10, 2025
1 parent d0dfaee commit 09996c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wct.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var env = envIndex ? process.argv[envIndex] : undefined;
var tunneledLocalhost = 'localhost-for-saucelabs';

module.exports = {
testTimeout: 180 * 1000,
testTimeout: 360 * 1000,
verbose: false,
plugins: {
local: {
Expand Down

0 comments on commit 09996c4

Please # to comment.