From f2445bf4a69401a9b8a6453a159696d3d6ccaa3e Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Tue, 6 Dec 2022 02:09:17 +0000 Subject: [PATCH] ci: Change timeout of clang-format job to 1h --- utils/tests/gitlab-ci-code-linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests/gitlab-ci-code-linting.yml b/utils/tests/gitlab-ci-code-linting.yml index c579db8c0..3fc2462a8 100644 --- a/utils/tests/gitlab-ci-code-linting.yml +++ b/utils/tests/gitlab-ci-code-linting.yml @@ -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