diff options
author | Joseph Sutton <josephsutton@catalyst.net.nz> | 2021-10-11 15:37:48 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2021-10-13 12:00:03 +0000 |
commit | dd178d97250e041b29aad9b26d2994163bd99231 (patch) | |
tree | b544162df4e2ab29b2514d02bac746aebce4c295 /.gitlab-ci-main.yml | |
parent | 7857e1249b72be8c8841b99cb0820c9c563178f9 (diff) | |
download | samba-dd178d97250e041b29aad9b26d2994163bd99231.tar.gz |
.gitlab-ci: Increase build timeout
While the build will not take > 1hr, uploading the artifacts
needed to pass the build objects to the next stage can take
some time due to the distance between the runners and the
private CI server.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14861
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Oct 13 12:00:03 UTC 2021 on sn-devel-184
Diffstat (limited to '.gitlab-ci-main.yml')
-rw-r--r-- | .gitlab-ci-main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 7e295ea2151..a75305c7f5a 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -169,7 +169,7 @@ others: .shared_template_build_only: extends: .shared_template - timeout: 1h + timeout: 2h artifacts: expire_in: 1 week paths: |