diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-30 14:39:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-30 14:39:48 +0200 |
commit | 73998f15884ded0f3294d6696cd7d49a0707a55a (patch) | |
tree | 85449a8e591bc28d2deb4aa3619be607eb27ef9b /vars | |
parent | 48694c21d00e6186346b82a9e5fc4e4fd6a8b8bd (diff) | |
download | vyos-build-73998f15884ded0f3294d6696cd7d49a0707a55a.tar.gz vyos-build-73998f15884ded0f3294d6696cd7d49a0707a55a.zip |
Jenkins: increase buildPackage timeout to 3 hours
The Linux Kernel now takes longer then 2 hours to compile.
Diffstat (limited to 'vars')
-rw-r--r-- | vars/buildPackage.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/buildPackage.groovy b/vars/buildPackage.groovy index 3e7c5d50..511867a6 100644 --- a/vars/buildPackage.groovy +++ b/vars/buildPackage.groovy @@ -28,7 +28,7 @@ def call(description=null, pkgList=null, buildCmd=null, buildArm=false) { options { disableConcurrentBuilds() skipDefaultCheckout() - timeout(time: 120, unit: 'MINUTES') + timeout(time: 180, unit: 'MINUTES') timestamps() buildDiscarder(logRotator(numToKeepStr: '20')) } |