From bda90d828e47d9947602c8c0443f8faee0a36823 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 9 Jul 2020 10:43:19 -0700 Subject: [PATCH] increase Jenkins timeout, clean builds take a long time old-commit-hash: 63ab7930de371f3216adf75292f55e61a457e35a --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a44b31e593..c362512038 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ pipeline { steps { lock(resource: "", label: 'eon', inversePrecedence: true, variable: 'eon_ip', quantity: 1){ - timeout(time: 30, unit: 'MINUTES') { + timeout(time: 60, unit: 'MINUTES') { dir(path: 'selfdrive/test') { sh 'pip install paramiko' sh 'python phone_ci.py "cd release && ./build_devel.sh"' @@ -71,7 +71,7 @@ pipeline { stage('HW Tests') { steps { lock(resource: "", label: 'eon', inversePrecedence: true, variable: 'eon_ip', quantity: 1){ - timeout(time: 30, unit: 'MINUTES') { + timeout(time: 60, unit: 'MINUTES') { dir(path: 'selfdrive/test') { sh 'pip install paramiko' sh 'python phone_ci.py "SCONS_CACHE=1 scons -j3 cereal/ && \