From: Frank Brehm Date: Thu, 11 Nov 2021 15:54:31 +0000 (+0100) Subject: Modifying timeouts X-Git-Tag: 2.2.14^2~1 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=f3f0dba761de0bf17ab6c6621ae3ab518dca0dd9;p=pixelpark%2Fcreate-vmware-tpl.git Modifying timeouts --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29361e0..0ea082e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 600 + - bin/waitfor 1200 - 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 300 + - bin/waitfor 600 - bin/create-vmware-template --verbose --color yes --config "${CONFIG_FILE}" environment: name: ${SYSTEM_STATUS}