ci: Add 3h timeout to code-linting jobs

This commit is contained in:
Eduardo Almeida
2022-10-13 19:24:56 +01:00
parent 3ac4bba216
commit 2b01a49af3

View File

@@ -12,6 +12,7 @@ check-style-clang-format:
clang-format-14
script:
- python3 utils/check-style-clang-format.py .
timeout: 3h
clang-tidy:
stage: code-linting
@@ -30,3 +31,4 @@ clang-tidy:
paths:
- clang-tidy-errors.log
when: on_failure
timeout: 3h