diff --git a/playwright.config.ts b/playwright.config.ts index 24d3a35..df181df 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,6 +1,6 @@ import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ - timeout: 60000, // Set global timeout to 60 seconds + timeout: 120000, // Set global timeout to 60 seconds testDir: './tests', @@ -66,4 +66,4 @@ export default defineConfig({ ], -}); \ No newline at end of file +});