From 738702f84852ebdb287b07d9e706b61ed8b79055 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 9 Jul 2025 22:49:07 +0700 Subject: [PATCH] Add jest global timeout (#9498) Signed-off-by: Andrey Sobolev --- tests/sanity/tests/playwright.config.ts | 1 + 1 file changed, 1 insertion(+) 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'],