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

chore: Add explicit timeout settings to workflows #10475

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

filzrev
Copy link
Contributor

@filzrev filzrev commented Dec 19, 2024

This PR change GitHub Action's timeout settings to 30 minutes (Default: 360 minutes)

Currently when CI tests has deadlock related issues.
It need to wait 6 hours until workflow is stopped.

Currently CI build takes about 10-15minutes to complete.
So this PR change timeout setting to 30 minutes.

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.40%. Comparing base (fe673ec) to head (a52ac5d).
Report is 494 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10475      +/-   ##
==========================================
+ Coverage   74.31%   79.40%   +5.08%     
==========================================
  Files         536      547      +11     
  Lines       23189    23623     +434     
  Branches     4056     4061       +5     
==========================================
+ Hits        17234    18758    +1524     
+ Misses       4853     3695    -1158     
- Partials     1102     1170      +68     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@filzrev filzrev force-pushed the chore-add-timeout-to-workflows branch from 0bc5659 to a52ac5d Compare December 19, 2024 07:15
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.

1 participant