extending timeout to 30 minutes
Deleting branches is slower than I expected...
This commit is contained in:
parent
510ed904f8
commit
ab5a0b307d
1 changed files with 1 additions and 1 deletions
2
Jenkins/daily-cleanup/Jenkinsfile
vendored
2
Jenkins/daily-cleanup/Jenkinsfile
vendored
|
@ -28,7 +28,7 @@ pipeline {
|
||||||
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time:10, unit:'MINUTES')
|
timeout(time:30, unit:'MINUTES')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("git checkout"){
|
stage("git checkout"){
|
||||||
|
|
Loading…
Reference in a new issue