From 28ba13acd2a25fff31844e991dc539f796390645 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 3 Jun 2021 19:20:42 -0700 Subject: [PATCH] increase jenkins timeout old-commit-hash: cacdbea65804787956ee8533c1eaeb89e0d41f23 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eca4f6d0a8..778d8f3e54 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: 90, unit: 'MINUTES') { + timeout(time: 150, unit: 'MINUTES') { phone(device_ip, "git checkout", readFile("selfdrive/test/setup_device_ci.sh"),) steps.each { item -> phone(device_ip, item[0], item[1]) @@ -52,7 +52,7 @@ pipeline { TEST_DIR = "/data/openpilot" } options { - timeout(time: 2, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') } stages {