From abd7196b57fdd18c9a7d1c2232041f6ead612dac Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Sun, 10 Mar 2024 08:35:15 +0100 Subject: [PATCH] chore(ci): try timeout increase --- e2e-tests/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/playwright.config.ts b/e2e-tests/playwright.config.ts index 8fd904430..0f2bfe631 100644 --- a/e2e-tests/playwright.config.ts +++ b/e2e-tests/playwright.config.ts @@ -9,7 +9,7 @@ import { defineConfig, devices } from '@playwright/test'; * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ - timeout: 60000, + timeout: 120000, testDir: './playwright', /* Run tests in files in parallel */ fullyParallel: true,