From ccb233a901f3b69c446bbd8f8dedf065d148c44e Mon Sep 17 00:00:00 2001 From: Vladimir Lazar Date: Tue, 10 Jun 2025 11:51:56 +0200 Subject: [PATCH] chore(test): increasing PD close timeout Signed-off-by: Vladimir Lazar --- tests/playwright/src/ai-lab-extension.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/src/ai-lab-extension.spec.ts b/tests/playwright/src/ai-lab-extension.spec.ts index 9f6cca572..0f820e747 100644 --- a/tests/playwright/src/ai-lab-extension.spec.ts +++ b/tests/playwright/src/ai-lab-extension.spec.ts @@ -102,7 +102,7 @@ test.beforeAll(async ({ runner, welcomePage, page }) => { test.afterAll(async ({ runner }) => { test.setTimeout(120_000); - await runner.close(); + await runner.close(90_000); }); test.describe.serial(`AI Lab extension installation and verification`, () => {