From 370efffe1013df9c5431dc7d88a646ece485f5dd Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 29 Mar 2025 15:21:35 +0000 Subject: [PATCH] ci/docs: Add timeout to doc build Give these about double the time they usually take to complete. Signed-off-by: Daniel Stone Part-of: --- docs/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gitlab-ci.yml b/docs/gitlab-ci.yml index 54910af6ccb..da493902c44 100644 --- a/docs/gitlab-ci.yml +++ b/docs/gitlab-ci.yml @@ -1,4 +1,5 @@ .docs-base: + timeout: 10m extends: - .build-linux - .use-alpine/x86_64_build