From 4b359817d4bdd3944413e22fdb14ba244a2acf58 Mon Sep 17 00:00:00 2001 From: KateMaruk Date: Tue, 12 Dec 2023 09:36:36 +0200 Subject: [PATCH] added tests for components v2 - delete --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.js b/playwright.config.js index 6c330a3..d022d70 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -12,7 +12,7 @@ const config = { snapshotPathTemplate: `{testDir}/{testFileDir}/{testFileName}-snapshots/{projectName}/{arg}{ext}`, testDir: "./tests", /* Maximum time one test can run for. */ - timeout: process.env.CI ? 50 * 1000 : 50 * 1000, + timeout: process.env.CI ? 70 * 1000 : 60 * 1000, expect: { /** * Maximum time expect() should wait for the condition to be met.