Browse Source

Увеличил таймаут

Tomishinets Vladimir 3 years ago
parent
commit
616b2d149a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile.renewal

+ 1 - 1
Jenkinsfile.renewal

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