diff --git a/editions/test/playwright.spec.js b/editions/test/playwright.spec.js index 4b5b403632..726971ffec 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 * 60; + const timeout = 1000 * 45; test.setTimeout(timeout); // Load the generated test TW html