From 8f943db9b3e2f453392ccecec2e847fdad344bd6 Mon Sep 17 00:00:00 2001 From: Yunus Date: Mon, 11 Nov 2024 06:40:17 +0700 Subject: [PATCH] Add expect timeout --- playwright.config.mts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playwright.config.mts b/playwright.config.mts index 6298888..47676fc 100644 --- a/playwright.config.mts +++ b/playwright.config.mts @@ -16,6 +16,9 @@ export default defineConfig({ }, }, testDir: './tests-e2e', + expect: { + timeout: 12000, + }, projects: [ { name: 'Setup', testMatch: '**/*.setup.mts' }, {