Skip to content

Commit

Permalink
[test] Increase BS timeout to 6min
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 8, 2021
1 parent 1a5622b commit 1fa19ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const browserStack = {
accessKey: process.env.BROWSERSTACK_ACCESS_KEY,
build,
// https://github.com/browserstack/api#timeout300
timeout: 5.5 * 60, // Maximum time before a worker is terminated. Default 5 minutes.
timeout: 6 * 60, // Maximum time before a worker is terminated. Default 5 minutes.
};

process.env.CHROME_BIN = playwright.chromium.executablePath();
Expand Down

0 comments on commit 1fa19ef

Please sign in to comment.