瀏覽代碼

encrease timeout Helix

Владимир Томишинец 5 年之前
父節點
當前提交
f9bc3b1007
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jenkinsfile.get.and.sync.dict

+ 1 - 1
jenkinsfile.get.and.sync.dict

@@ -103,7 +103,7 @@ pipeline {
                         get_ftp(value.dir, value.user, value.pass, FTP.HELIX, OPEN_CLUSTER, WGET_IMAGE)
                     }
                     catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
-                        timeout(time: 10 as Integer, unit: 'MINUTES') {
+                        timeout(time: 15 as Integer, unit: 'MINUTES') {
                             HELIXNAMES.each { key, value -> 
                                 if (value.idtask) {
                                     echo "Syncing dictionaries for $key"