From f3a904c1096665a3baa157ebcf77e10bea2a1c47 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 29 Sep 2021 20:37:07 -0400 Subject: [PATCH] Jenkins: HIL increase timeout - occasionally we have a considerable backlog --- .ci/Jenkinsfile-hardware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile-hardware b/.ci/Jenkinsfile-hardware index 89d8c08e41..edd0da71a2 100644 --- a/.ci/Jenkinsfile-hardware +++ b/.ci/Jenkinsfile-hardware @@ -825,7 +825,7 @@ pipeline { } options { buildDiscarder(logRotator(numToKeepStr: '30', artifactDaysToKeepStr: '60')) - timeout(time: 120, unit: 'MINUTES') + timeout(time: 180, unit: 'MINUTES') skipDefaultCheckout() } }