diff --git a/E2E/playwright.config.ts b/E2E/playwright.config.ts index 08db7b2b34..df8af2ab71 100644 --- a/E2E/playwright.config.ts +++ b/E2E/playwright.config.ts @@ -12,7 +12,7 @@ import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ testDir: './Tests', /* Maximum time one test can run for. */ - timeout: 30 * 1000, + timeout: 120 * 1000, // globalTimeout: 600 * 1000, expect: { /**