summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-30 14:39:48 +0200
committerGitHub <noreply@github.com>2021-05-30 14:39:48 +0200
commit73998f15884ded0f3294d6696cd7d49a0707a55a (patch)
tree85449a8e591bc28d2deb4aa3619be607eb27ef9b
parent48694c21d00e6186346b82a9e5fc4e4fd6a8b8bd (diff)
downloadvyos-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.
-rw-r--r--vars/buildPackage.groovy2
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'))
}