This is a setting AZDO supports to control how long you have after a
build is canceled before all of the work is terminated.
When a build reaches a timeout, usually the `build.{cmd|sh}` step will
be terminated, and then you have cancelTimeoutInMinutes number of
minutes to do everything else before everything shuts down.
We need to a value larger than the default of 5 minutes because it takes
us *about* 5 minutes to upload all of our logs and artifacts in a
success case.
This should give us a sufficient grace period to upload all of our logs
in the case that a build fails due to a test hang.
|
||
|---|---|---|
| .. | ||
| jobs | ||
| tools | ||
| benchmarks.yml | ||
| ci.yml | ||
| helix-test.yml | ||
| signalr-daily-tests.yml | ||
| stress.yml | ||