Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Set timeout for individual tests and report slowest tests (#76300)
There are builds like https://buildkite.com/llvm-project/github-pull-requests/builds/24894 It looks like a deadlock in a test, but we can't see which one. `--timeout=` will make lit kill and report such tests. `--time-tests` produces nice report about slowest test, so we can tune them over time. The same build as above with new flags https://buildkite.com/llvm-project/github-pull-requests/builds/24961
- Loading branch information