diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-04 07:06:52 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-01-04 07:10:22 +0100 |
commit | 15a6b10cefb446e2a69d90cc90f729375ad60286 (patch) | |
tree | ff089238834d8b9af600591c255d3d39e5a4d16b | |
parent | 3e184ce4da495dde45c62a1000321845eb3c7c2b (diff) | |
download | vyos-build-15a6b10cefb446e2a69d90cc90f729375ad60286.tar.gz vyos-build-15a6b10cefb446e2a69d90cc90f729375ad60286.zip |
Jenkins: increase build timeout to 3 hours
(cherry picked from commit d0932a80c402faf92ed4c7c90aea27aeef5e844e)
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3abb62ac..5a30fcfb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,7 +65,7 @@ pipeline { } options { disableConcurrentBuilds() - timeout(time: 150, unit: 'MINUTES') + timeout(time: 180, unit: 'MINUTES') timestamps() buildDiscarder(logRotator(numToKeepStr: '20')) } |