diff --git a/playwright.config.ts b/playwright.config.ts index 75e9121..b7315d6 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ use: { /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", - actionTimeout: 5000, + actionTimeout: 10000, baseURL: "http://localhost:1337", },