increase Jenkins timeout

albatross
Willem Melching 2021-05-18 15:38:23 +02:00
parent 147ffb1441
commit 5bfe51aeb1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -52,7 +52,7 @@ pipeline {
TEST_DIR = "/data/openpilot"
}
options {
timeout(time: 1, unit: 'HOURS')
timeout(time: 2, unit: 'HOURS')
}
stages {