ci_template: Increase the timeout of gst-builds more
authorJordan Petridis <jordan@centricular.com>
Mon, 2 Dec 2019 22:53:02 +0000 (00:53 +0200)
committerJordan Petridis <jordan@centricular.com>
Mon, 2 Dec 2019 22:53:02 +0000 (00:53 +0200)
Need to take into account I/O needed to upload artficats
and download docker images.

gitlab/ci_template.yml

index 0d104fd..4c06b2c 100644 (file)
@@ -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"