From f0e98667696476b4a354f194bcb0d205aed659bc Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 3 Mar 2024 21:16:01 +0100 Subject: [PATCH] increase frontend test timeout --- frontend/playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index 3828370..691f890 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -10,6 +10,7 @@ import { defineConfig, devices } from '@playwright/test'; * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ + timeout: 180000, testDir: './tests', /* Run tests in files in parallel */ fullyParallel: true,