From 16e7c2379aeebff69933a4e56568ff094b7d559e Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 5 Mar 2024 00:56:40 +0100 Subject: [PATCH] remove timeout again --- frontend/playwright.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index 82a7aa1..e5adfb0 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -10,7 +10,6 @@ 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, -- 2.45.2