Increase janky test timeout even more >:(

environments/review-polyfills-wo6d05/deployments/2423
Alex Gleason 2 years ago
parent 2ba01c06a9
commit 70de5aea0f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save