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/ && \