afee7921cb
Most of our build jobs have had a timeout of 1 hour since6425b6e3d4, which pushed the timeout as high as possible to allow for LTO building taking forever. Since then, we've pulled LTO back to only running on the fedora-release nightly job. This tries to bring us back to the ideal from322a83f321, where the build jobs all have very low timeouts both for the overall job as well as the build section we run. So if anything goes wrong - apart from fedora-release - we'll just assume the runner has some environmental damage, give up, and try again. Of the build-for-tests jobs, all but the ASan and UBSan jobs regularly complete in around 5 minutes, apart from debian-testing which is our critical-path build job for almost all x86-64 testing. This is obviously not good, but is tracked in mesa#12544. The build-only jobs not using sanitizers also typically complete in 3-4 minutes, with the exception of debian-clang-release and debian-x86_32 which are closer to 10 minutes. That's not ideal, but they're also not currently on the critical path, so we can live with that. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34280>