fix: increase timeout on saas pricing test (#9552)
Increase timeout on saas pricing test
This commit is contained in:
parent
9c1a6de88e
commit
b6de042488
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue