From 626be8a012b88104a5d9277b9855410d5d560c66 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 3 Dec 2019 00:53:02 +0200 Subject: [PATCH] ci_template: Increase the timeout of gst-builds more Need to take into account I/O needed to upload artficats and download docker images. --- gitlab/ci_template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 0d104fde90..4c06b2c572 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -95,7 +95,8 @@ gst indent: dependencies: - "manifest" # Taking into account the slowest shared runner + time needed to upload the binaries to artifacts - timeout: '30min' + # Also need to take into account I/O of pulling docker images and uploading artifacts + timeout: '45min' variables: CCACHE_COMPILERCHECK: "content" CCACHE_COMPRESS: "true"