ci: Change timeout of clang-format job to 1h

This commit is contained in:
Eduardo Almeida
2022-12-06 02:09:17 +00:00
parent 08fb792657
commit f2445bf4a6

View File

@@ -12,7 +12,7 @@ check-style-clang-format:
clang-format-14
script:
- python3 utils/check-style-clang-format.py .
timeout: 3h
timeout: 1h
clang-tidy:
stage: code-linting