-
Notifications
You must be signed in to change notification settings - Fork 14
fix: api-tests timeout issue #1912
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
Conversation
…faster instead of having to wait 30mins for the CI runner to cancel it. Improved some tests to make it less likely to fail Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
…rom other jobs Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
|
Good idea. |
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (33.33%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. @@ Coverage Diff @@
## main #1912 +/- ##
============================================
- Coverage 79.48% 79.01% -0.48%
- Complexity 1193 1200 +7
============================================
Files 128 130 +2
Lines 5684 5770 +86
Branches 610 615 +5
============================================
+ Hits 4518 4559 +41
- Misses 887 930 +43
- Partials 279 281 +2
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
adding timeout for both threads and latches so test can fail/timeout faster instead of having to wait 30mins for the CI runner to cancel it.
Improved some tests to make it less likely to stall