From 23063ea9c87c52ccb7bc6fce65c8cf79f643f675 Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Thu, 4 Jun 2026 09:32:23 +0200 Subject: [PATCH] playwright: increase timeout to 60s --- editions/test/playwright.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/test/playwright.spec.js b/editions/test/playwright.spec.js index 459ec2766..4b5b40363 100644 --- a/editions/test/playwright.spec.js +++ b/editions/test/playwright.spec.js @@ -7,7 +7,7 @@ const crossPlatformIndexPath = indexPath.replace(/^\/+/, ""); test("get started link", async ({ page }) => { // The tests can take a while to run - const timeout = 1000 * 30; + const timeout = 1000 * 60; test.setTimeout(timeout); // Load the generated test TW html