diff --git a/playwright.config.ts b/playwright.config.ts index f97034b4..2bcdc21b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -12,7 +12,7 @@ import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ testDir: './tests', // timeout for every test - timeout: 5 * 60 * 1000, + timeout: 25 * 60 * 1000, /* Run tests in files in parallel */ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */