Jenkins: 1 hour pipeline timeout

old-commit-hash: 9e919fb5e0
commatwo_master
Willem Melching 5 years ago
parent 2fad3df58a
commit 6e6410cd65
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -34,6 +34,9 @@ pipeline {
COMMA_JWT = credentials('athena-test-jwt')
TEST_DIR = "/data/openpilot"
}
options {
timeout(time: 1, unit: 'HOURS')
}
stages {

Loading…
Cancel
Save