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,