-
Notifications
You must be signed in to change notification settings - Fork 144
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
fix: increase test timeout globally #2566
Conversation
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2566 +/- ##
=======================================
Coverage 84.44% 84.44%
=======================================
Files 283 283
Lines 71038 71038
=======================================
+ Hits 59986 59988 +2
+ Misses 11052 11050 -2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
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, nice work @ivaylonikolov7
Quality Gate passedIssues Measures |
Description:
Changes tests execution by adding --timeout in every
npx mocha
command and adds timeout in browser environment too.Fixes #
#2545
Checklist