Skip to content

ci_template: set per-job timeouts for builds

In case a build gets stuck for whatever reason, happens from time to time on windows, try to baild out quickly.

For cerbero builds, set the timeout to 3h which according to the docs should also be able to override the project defined timeout Fix #19 (closed)

https://docs.gitlab.com/ce/ci/yaml/README.html#timeout

Merge request reports