@@ -2,7 +2,7 @@ pipeline {
options {
buildDiscarder logRotator(numToKeepStr: '10')
disableConcurrentBuilds()
- timeout(time: 20, unit: 'MINUTES')
+ timeout(time: 30, unit: 'MINUTES')
}
agent {
label "swarm"