diff --git a/tests/sanity/tests/playwright.config.ts b/tests/sanity/tests/playwright.config.ts index fc0d0e29be..1596bca314 100644 --- a/tests/sanity/tests/playwright.config.ts +++ b/tests/sanity/tests/playwright.config.ts @@ -41,6 +41,7 @@ const config: PlaywrightTestConfig = { expect: { timeout: 15000 }, + globalTimeout: 1_800_000, reporter: [ ['list'], ['html'],