increase Jenkins timeout

pull/20950/head
Willem Melching 4 years ago
parent 147ffb1441
commit 5bfe51aeb1
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save