forked from msysgit/git
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(win test): deal better with hanging tests
When tests hang, we do not see anything in the output, and the job just times out after 6 hours (!). To add insult to injury, the timeout prevents the `failed-tests-windows` artifact from being uploaded that is supposed to help with diagnosing the issue better. So let's first establish a generous timeout of 20 minutes for the `win test` matrix jobs (they typically take less than 10 minutes), and then handle the timed-out tests in addition to the failed ones, using the presence of a `.out` file in `t/test-results/` combined with the absence of a `.exit` file as a strong indicator that the corresponding test timed out. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters