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

Increate musl CI test timeout to 20 #2143

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

YJDoc2
Copy link
Collaborator

@YJDoc2 YJDoc2 commented Jul 6, 2023

Recently there were several cancellations in CI due to musl tests getting timed out. This increases timeout from 15->20 mins, as in most of those cases the test running is underway, and our unit tests should be finished within the increases 5 minutes.

@YJDoc2 YJDoc2 requested a review from yihuaf July 6, 2023 06:58
@YJDoc2 YJDoc2 self-assigned this Jul 6, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2143 (f5a0dec) into main (f160afc) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2143      +/-   ##
==========================================
- Coverage   64.83%   64.82%   -0.01%     
==========================================
  Files         129      129              
  Lines       14769    14769              
==========================================
- Hits         9575     9574       -1     
- Misses       5194     5195       +1     

@yihuaf
Copy link
Collaborator

yihuaf commented Jul 6, 2023

We can try this, but I am suspecting that the musl test has a bug somewhere that cause the test to hang.

@YJDoc2
Copy link
Collaborator Author

YJDoc2 commented Jul 6, 2023

Let us try increasing the timeout, if it still fails, then we can investigate more :)

@YJDoc2 YJDoc2 merged commit 4287a3c into youki-dev:main Jul 6, 2023
@YJDoc2 YJDoc2 deleted the increase-musl-ci-timeout branch July 6, 2023 08:57
@YJDoc2
Copy link
Collaborator Author

YJDoc2 commented Jul 6, 2023

It seems you were correct, there is some kind of bug or flake which is causing the musl test to timeout...

@yihuaf
Copy link
Collaborator

yihuaf commented Jul 7, 2023

It seems you were correct, there is some kind of bug or flake which is causing the musl test to timeout...

See #2144 for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants