1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-06-17 02:38:51 +00:00

playwright: increase timeout to 60s

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