浏览代码

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

Tomishinets Vladimir 3 年之前
父节点
当前提交
616b2d149a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"