Increase janky test timeout even more >:(

This commit is contained in:
Alex Gleason
2023-01-23 17:53:06 -06:00
parent 2ba01c06a9
commit 70de5aea0f

View File

@ -50,7 +50,7 @@ describe('<UI />', () => {
await waitFor(() => {
expect(screen.getByTestId('cta-banner')).toHaveTextContent('Sign up now to discuss');
}, {
timeout: 2000,
timeout: 5000,
});
});
});