Skip to content

Commit

Permalink
[VE][Jenkins] Increase timeout for git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz7 committed Sep 19, 2023
1 parent 1a3a102 commit b95c299
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 @@ -23,6 +23,9 @@ pipeline {
returnStdout: true,
script: "echo ${env.EXECUTOR_NUMBER} | sed -e 's:1:2:'").trim()
}
options {
timeout(time: 2, unit: 'HOURS')
}

stages {
stage('Checkout LLVM') {
Expand Down

0 comments on commit b95c299

Please sign in to comment.