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 <[email protected]>
- Loading branch information