-
Notifications
You must be signed in to change notification settings - Fork 158
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
tests: e2e: increase timeout to 40m #1596
tests: e2e: increase timeout to 40m #1596
Conversation
Components tests after refactoring is performed sequentially and due to dependencies it's tricky to run them in parallel. Workaround: increase timeout to unblock CI queue. Signed-off-by: Yauheni Kaliuta <[email protected]>
Skipping CI for Draft Pull Request. |
/test all |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1596 +/- ##
=======================================
Coverage 19.94% 19.94%
=======================================
Files 158 158
Lines 10799 10799
=======================================
Hits 2154 2154
Misses 8415 8415
Partials 230 230 ☔ View full report in Codecov by Sentry. |
/cc @zdtsw @lburgazzoli |
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.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zdtsw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
8340068
into
opendatahub-io:main
Components tests after refactoring is performed sequentially and due to dependencies it's tricky to run them in parallel.
Workaround: increase timeout to unblock CI queue.
Description
How Has This Been Tested?
Screenshot or short clip
Merge criteria