diff --git a/src/widgets/Xpert.test.jsx b/src/widgets/Xpert.test.jsx index eb3126d7..0b632d5e 100644 --- a/src/widgets/Xpert.test.jsx +++ b/src/widgets/Xpert.test.jsx @@ -181,7 +181,7 @@ test('loading message appears in the sidebar while the response loads', async () waitFor(async () => { await screen.findByText('Xpert is thinking'); await screen.findByText(responseMessage.content); - }); + }, { timeout: 1500 }); }); test('response text appears as message in the sidebar', async () => { const user = userEvent.setup();