-
Notifications
You must be signed in to change notification settings - Fork 30
🐛CI: Fix timeout value in CI e2e system test #7896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛CI: Fix timeout value in CI e2e system test #7896
Conversation
@mergify queue |
🛑 This
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
21b41f4
to
4ef5dfb
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a bug in the CI e2e system tests where the timeout was misconfigured. The change updates the timeout value in the Jest configuration from 40,000ms to 120,000ms.
- Correct the timeout so that tests wait for the expected duration.
- Updates the Jest configuration to match the function's expected wait time.
@mergify unqueue |
✅ The pull request is not waiting to be queued anymore. |
@mergify queue |
🟠 Waiting for conditions to match
|
What do these changes do?
In Jest befereAll functions have a timeout that is set to 40s but we wait 60s in the function. so the timeout is set to 2 minutes.
Related issue/s
How to test
Dev-ops