playwright: revert timeout to 60s

This commit is contained in:
Saq Imtiaz
2026-06-04 09:46:36 +02:00
committed by GitHub
parent a66d9a596c
commit 40d0d542f7
+1 -1
View File
@@ -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 * 45;
const timeout = 1000 * 60;
test.setTimeout(timeout);
// Load the generated test TW html