playwright: change timeout to 45s

This commit is contained in:
Saq Imtiaz
2026-06-04 09:37:21 +02:00
committed by GitHub
parent 23063ea9c8
commit a66d9a596c
+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 * 60;
const timeout = 1000 * 45;
test.setTimeout(timeout);
// Load the generated test TW html