1
0
Fork 0

extending timeout to 30 minutes

Deleting branches is slower than I expected...
This commit is contained in:
Christian Kühnel 2020-05-08 15:45:16 +02:00
parent 510ed904f8
commit ab5a0b307d

View file

@ -28,7 +28,7 @@ pipeline {
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
}
options {
timeout(time:10, unit:'MINUTES')
timeout(time:30, unit:'MINUTES')
}
stages {
stage("git checkout"){