Increase timeout for intermittently failing test

This commit is contained in:
Alex Gleason 2023-01-10 10:56:21 -06:00
parent 14299ce62a
commit 5666121e2d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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