Skip to content

Commit

Permalink
Jenkins: 1 hour pipeline timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Oct 15, 2020
1 parent a1fd08c commit 9e919fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ pipeline {
COMMA_JWT = credentials('athena-test-jwt')
TEST_DIR = "/data/openpilot"
}
options {
timeout(time: 1, unit: 'HOURS')
}

stages {

Expand Down

0 comments on commit 9e919fb

Please sign in to comment.