Increase browser test timeout for slower CI runners

This commit is contained in:
Jeremy Ruston
2026-07-23 17:20:13 +01:00
parent 2bc7826b5e
commit 9fecc7b1d9
+2 -2
View File
@@ -6,8 +6,8 @@ const crossPlatformIndexPath = indexPath.replace(/^\/+/, "");
test("get started link", async ({ page }) => {
// The tests can take a while to run
const timeout = 1000 * 60;
// The tests can take a while to run, especially on CI runners
const timeout = 1000 * 180;
test.setTimeout(timeout);
// Load the generated test TW html