GitLab CI now supports timeout for specific jobs

The default timeout setup is 1 hour and it's not sufficient for build jobs. Previously we asked contributor to setup this timeout to 2 hours in their GitLab preferences, see https://docs.gitlab.com/ce/ci/pipelines/settings.html#timeout and https://wiki.debian.org/Teams/MySQL/patches.

Since GitLab 12.3, the timeout can be specified directly on job defintion, see https://docs.gitlab.com/ce/ci/yaml/README.html#timeout.

Plus fix a typo.

Merge request reports

Loading