Skip to content
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 test timeouts in CI [NIT-2374] #2203

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Fix test timeouts in CI [NIT-2374] #2203

merged 1 commit into from
Mar 25, 2024

Conversation

PlasmaPower
Copy link
Collaborator

It turns out the go test timeout flag is global, not per-test. We've recently started exceeding the 10 minute default timeout for all tests when using race detection in CI. See golang/go#48157

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Mar 23, 2024
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.27%. Comparing base (ad9ab00) to head (2810b5e).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #2203       +/-   ##
===========================================
+ Coverage   24.20%   54.27%   +30.07%     
===========================================
  Files         225      235       +10     
  Lines       31529    33151     +1622     
===========================================
+ Hits         7632    17994    +10362     
+ Misses      22526    12472    -10054     
- Partials     1371     2685     +1314     

Copy link
Member

@Tristan-Wilson Tristan-Wilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Tristan-Wilson Tristan-Wilson merged commit 14a2b0b into master Mar 25, 2024
8 checks passed
@Tristan-Wilson Tristan-Wilson deleted the fix-test-timeout branch March 25, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants