diff --git a/src/frontend/tests/core/integrations/Pokedex Agent.spec.ts b/src/frontend/tests/core/integrations/Pokedex Agent.spec.ts index 4df94a536..2b996f213 100644 --- a/src/frontend/tests/core/integrations/Pokedex Agent.spec.ts +++ b/src/frontend/tests/core/integrations/Pokedex Agent.spec.ts @@ -35,10 +35,10 @@ withEventDeliveryModes( await page.getByTestId("button-send").last().click(); const stopButton = page.getByRole("button", { name: "Stop" }); - await stopButton.waitFor({ state: "visible", timeout: 30000 }); + await stopButton.waitFor({ state: "visible", timeout: 40000 }); if (await stopButton.isVisible()) { - await expect(stopButton).toBeHidden({ timeout: 120000 }); + await expect(stopButton).toBeHidden({ timeout: 200000 }); } const output = await page.getByTestId("div-chat-message").innerText();