Add a placeholder timeout to GitHub Actions unit tests #1897
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All Submissions:
Type of change
Change Description
This PR is in response to #1893 . I have added a placeholder timeout of 30 minutes for the
unit-tests
job inunit_tests.yml
.This placeholder may need to be revised to a lower timeout value (i.e. 10 or 15 mins). I looked through the last few weeks of unit tests, with successful tests finishing around 5 minutes or less, but unsuccessful tests exceeding past 10 min.
There are however outliers where the unit test ran for over an hour and was still successful.
Edit: Placeholder timeout values were added to all workflows as requested. See comment.
closes #1893