diff --git a/src/widgets/Xpert.test.jsx b/src/widgets/Xpert.test.jsx index 99bfb100..437c6a4b 100644 --- a/src/widgets/Xpert.test.jsx +++ b/src/widgets/Xpert.test.jsx @@ -177,7 +177,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: 2000 }); }); test('response text appears as message in the sidebar', async () => { const user = userEvent.setup();