RealDevSquad / RealDevSquad/website-backend
Setting a Timeout for Tests in GitHub Actions
Open
@prakashchoudhary07 is already working on this.
Since May 26, 2023.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Recently, some of our tests have been running up to 6 hours before getting canceled out . This is a waste of resources, as we are only interested in the results of the tests. We can fix this by setting a timeout for the tests. This will cause the tests to be cancelled if they take longer than a certain amount of time. Usually our tests get completed in less than 5 minutes hence a good timeout value can be 10-20 minutes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.