Browse Source

encrease timeout

Владимир Томишинец 5 years ago
parent
commit
2163521ad5
1 changed files with 1 additions and 1 deletions
  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: 25 as Integer, unit: 'MINUTES') {
+                                timeout(time: 30 as Integer, unit: 'MINUTES') {
                                     echo "Syncing dictionaries for $key"
                                     def log_dir = value.dir.replace("Files", "LOGS")
                                     log_dir = log_dir.replace("/", "\\")