]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Modifying timeouts
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 11 Nov 2021 15:38:40 +0000 (16:38 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 11 Nov 2021 15:38:40 +0000 (16:38 +0100)
.gitlab-ci.yml

index a26099e48369bed9a97bc75a3893440c891af480..29361e03108109d79aa48e5a7dd88d7aa0b58f10 100644 (file)
@@ -33,7 +33,7 @@ variables:
   VM_MAC_ADDRESS: '00:16:3e:54:ab:2b'
   MAX_WAIT_GENERAL: 60
   MAX_WAIT_SHUTDOWN: 120
-  MAX_WAIT_FOR_FINISH_INSTALL: 1200
+  MAX_WAIT_FOR_FINISH_INSTALL: 1800
   # JOB_LANGUAGE: 'de_DE.utf8'
   JOB_LANGUAGE: 'en_US.utf8'
   LANG: $JOB_LANGUAGE
@@ -215,7 +215,7 @@ Create Centos8 template:
        echo "-->";
        cat "${CONFIG_FILE}" | sed -e "s/^\(root_password\) .*/\1 = ********/" -e "s/^\(password\) .*/\1 = ********/";
        echo "<-- EOF"'
-    - bin/waitfor 10
+    - bin/waitfor 600
     - bin/create-vmware-template --verbose --color yes --config "${CONFIG_FILE}"
   environment:
     name: ${SYSTEM_STATUS}
@@ -288,7 +288,7 @@ Create Centos7 template:
        echo "-->";
        cat "${CONFIG_FILE}" | sed -e "s/^\(root_password\) .*/\1 = ********/" -e "s/^\(password\) .*/\1 = ********/";
        echo "<-- EOF"'
-    - bin/waitfor 5
+    - bin/waitfor 300
     - bin/create-vmware-template --verbose --color yes --config "${CONFIG_FILE}"
   environment:
     name: ${SYSTEM_STATUS}