From 9a3cb26a577ea5682c4ffde1e59bf90197ebcdd7 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 3 May 2021 21:53:28 -0700 Subject: [PATCH] raise jenkins timeout old-commit-hash: 6075683474be5b8851b2f24fda6b463d83dd09d3 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ea8084782f..97633da80b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ EOF""" def phone_steps(String device_type, steps) { lock(resource: "", label: device_type, inversePrecedence: true, variable: 'device_ip', quantity: 1) { - timeout(time: 60, unit: 'MINUTES') { + timeout(time: 90, unit: 'MINUTES') { phone(device_ip, "git checkout", readFile("selfdrive/test/setup_device_ci.sh"),) steps.each { item -> phone(device_ip, item[0], item[1]) @@ -163,7 +163,7 @@ pipeline { stage('Power Consumption Tests') { steps { lock(resource: "", label: "c2-zookeeper", inversePrecedence: true, variable: 'device_ip', quantity: 1) { - timeout(time: 60, unit: 'MINUTES') { + timeout(time: 90, unit: 'MINUTES') { sh script: "/home/batman/tools/zookeeper/enable_and_wait.py $device_ip 120", label: "turn on device" phone(device_ip, "git checkout", readFile("selfdrive/test/setup_device_ci.sh"),) phone(device_ip, "build", "SCONS_CACHE=1 scons -j4 && sync")