diff --git a/playwright.config.ts b/playwright.config.ts index 5bf1da27..4219e1a3 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -26,7 +26,7 @@ const reportName = () => `${process.env.CATEGORY}/${formattedDateTime()}`; export default defineConfig({ workers: 5, // Timeout for each test - timeout: 2 * 60 * 1000, // 2 mins + timeout: 3 * 60 * 1000, // 3 mins // Maximum time the whole test suite can run globalTimeout: 20 * 60 * 1000, // 20 mins testDir: './tests',