Skip to content
Snippets Groups Projects
Commit 6efd7924 authored by Julien Leduc's avatar Julien Leduc
Browse files

1000 seconds is not enough for the instance creation. Make it easier to...

1000 seconds is not enough for the instance creation. Make it easier to configure and bump to 1400 seconds.
parent e986be0a
Branches
Tags
No related merge requests found
......@@ -18,6 +18,8 @@ useoracle=0
useceph=0
# by default do not use systemd to manage services in containers
usesystemd=0
# time out for the kubernetes eoscta instance creation
CREATEINSTANCE_TIMEOUT=1400
# default systemtest timeout is 1 hour
SYSTEMTEST_TIMEOUT=3600
......@@ -165,7 +167,7 @@ function execute_log {
}
# create instance timeout after 10 minutes
execute_log "./create_instance.sh -n ${namespace} ${CREATE_OPTS} 2>&1" "${log_dir}/create_instance.log" 1000
execute_log "./create_instance.sh -n ${namespace} ${CREATE_OPTS} 2>&1" "${log_dir}/create_instance.log" ${CREATEINSTANCE_TIMEOUT}
# launch system test and timeout after ${SYSTEMTEST_TIMEOUT} seconds
cd $(dirname ${systemtest_script})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment