From: Frank Brehm Date: Thu, 11 Nov 2021 15:38:40 +0000 (+0100) Subject: Modifying timeouts X-Git-Tag: 2.2.14^2~2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=215ec7a45f38002039b7eec7921df7ac1db902d8;p=pixelpark%2Fcreate-vmware-tpl.git Modifying timeouts --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a26099e..29361e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}