diff --git a/playwright.config.ts b/playwright.config.ts index 4558c51d..95359cfb 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -65,6 +65,6 @@ export default defineConfig({ ], timeout: 120000, expect: { - timeout: 20000, + timeout: 60000, }, })