From 3a8ddbeffb8954b52f08e6c95755982ef6778355 Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Fri, 10 Jun 2022 21:21:56 +0200 Subject: [PATCH] fix: increase playwright timeout even more --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 84b59ec3f1..e6c45acbe9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -25,7 +25,7 @@ if (process.env.WALLET_CREATE_URL === "https://getalby.com/api/users") { const config: PlaywrightTestConfig = { testDir: "./tests/e2e", /* Maximum time one test can run for. */ - timeout: 160 * 1000, + timeout: 10 * 60 * 1000, expect: { /** * Maximum time expect() should wait for the condition to be met.