Procházet zdrojové kódy

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

Tomishinets Vladimir před 3 roky
rodič
revize
616b2d149a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Jenkinsfile.renewal

+ 1 - 1
Jenkinsfile.renewal

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