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