From f3f0dba761de0bf17ab6c6621ae3ab518dca0dd9 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 11 Nov 2021 16:54:31 +0100 Subject: [PATCH] Modifying timeouts --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.39.5