fix: updated timeout for blog writer (#8747)
Updated timeout for blog writer
This commit is contained in:
parent
866076cf06
commit
605928d308
1 changed files with 3 additions and 1 deletions
|
|
@ -47,7 +47,9 @@ withEventDeliveryModes(
|
|||
|
||||
await page.getByTestId("button_run_chat output").click();
|
||||
|
||||
await page.waitForSelector("text=built successfully", { timeout: 30000 });
|
||||
await page.waitForSelector("text=built successfully", {
|
||||
timeout: 30000 * 3,
|
||||
});
|
||||
|
||||
await page.getByRole("button", { name: "Playground", exact: true }).click();
|
||||
await page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue