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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user