increase Jenkins timeout

old-commit-hash: 5bfe51aeb1
commatwo_master
Willem Melching 4 years ago
parent 76f087e3d6
commit 70a7e48fcb
  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