@@ -4,7 +4,7 @@ pipeline {
options {
buildDiscarder logRotator(numToKeepStr: '10')
disableConcurrentBuilds()
- timeout(time: 10, unit: 'MINUTES')
+ timeout(time: 20, unit: 'MINUTES')
}
agent {
kubernetes {