increase Jenkins timeout, clean builds take a long time

old-commit-hash: 63ab7930de371f3216adf75292f55e61a457e35a
This commit is contained in:
Adeeb Shihadeh
2020-07-09 10:43:19 -07:00
parent cdfb090c7a
commit bda90d828e
Vendored
+2 -2
View File
@@ -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/ && \