From b6de04248838c49ee7e4b2bef2c6ee46bcf74a96 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:03:40 -0300 Subject: [PATCH] fix: increase timeout on saas pricing test (#9552) Increase timeout on saas pricing test --- src/frontend/tests/core/integrations/SaaS Pricing.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/tests/core/integrations/SaaS Pricing.spec.ts b/src/frontend/tests/core/integrations/SaaS Pricing.spec.ts index b7e3f3792..ca67ea8df 100644 --- a/src/frontend/tests/core/integrations/SaaS Pricing.spec.ts +++ b/src/frontend/tests/core/integrations/SaaS Pricing.spec.ts @@ -35,7 +35,7 @@ withEventDeliveryModes( await initialGPTsetup(page); await page.getByTestId("button_run_chat output").click(); - await page.waitForSelector("text=built successfully", { timeout: 30000 }); + await page.waitForSelector("text=built successfully", { timeout: 120000 }); await page.getByRole("button", { name: "Playground", exact: true }).click(); await page