summaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-08-26 21:57:55 +0200
committerGitHub <noreply@github.com>2023-08-26 21:57:55 +0200
commitee57ffed1a3aacd6b48fa274d85ef75a4cfa0e37 (patch)
tree64a3471b74d5af9674017092da284e22c7828d53 /vars
parenta3d803e090f4888442c119733ca2e99e1cd9dd3c (diff)
downloadvyos-build-ee57ffed1a3aacd6b48fa274d85ef75a4cfa0e37.tar.gz
vyos-build-ee57ffed1a3aacd6b48fa274d85ef75a4cfa0e37.zip
Jenkins: increase build timeout to 4 hours for arm64 Kernel
Diffstat (limited to 'vars')
-rw-r--r--vars/buildPackage.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/buildPackage.groovy b/vars/buildPackage.groovy
index 936eef0d..9e1ba1db 100644
--- a/vars/buildPackage.groovy
+++ b/vars/buildPackage.groovy
@@ -33,7 +33,7 @@ def call(description=null, pkgList=null, buildCmd=null, buildArm=false, changesP
agent none
options {
disableConcurrentBuilds()
- timeout(time: 180, unit: 'MINUTES')
+ timeout(time: 240, unit: 'MINUTES')
timestamps()
buildDiscarder(logRotator(numToKeepStr: '10'))
}