fix: increase timeout on saas pricing test (#9552)

Increase timeout on saas pricing test
This commit is contained in:
Lucas Oliveira 2025-08-26 15:03:40 -03:00 committed by GitHub
commit b6de042488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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