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`, () => {