Browse Source

encrease timeout

Владимир Томишинец 5 năm trước cách đây
mục cha
commit
18030a37c0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jenkinsfile.get.and.sync.dict

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

@@ -103,7 +103,7 @@ pipeline {
                         if (value.idtask) {
                             container_operate(GOST_CLUSTER, [ 'sync' ])
 //                            catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
-//                                timeout(time: 15 as Integer, unit: 'MINUTES') {
+//                                timeout(time: 25 as Integer, unit: 'MINUTES') {
                                     echo "Syncing dictionaries for $key"
                                     def log_dir = value.dir.replace("Files", "LOGS")
                                     log_dir = log_dir.replace("/", "\\")