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

create_instance.sh was killed if it could not finish within 600 seconds,...

create_instance.sh was killed if it could not finish within 600 seconds, increased this timeout to 1000.
parent 9a3b89d7
Branches
Tags
No related merge requests found
Pipeline #32468 failed
......@@ -165,7 +165,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" 600
execute_log "./create_instance.sh -n ${namespace} ${CREATE_OPTS} 2>&1" "${log_dir}/create_instance.log" 1000
# 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