Skip to content

Commit

Permalink
SRE-2408 ci: Increase timeout (to 15 minutes) for system restore (#14926
Browse files Browse the repository at this point in the history
)

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Sep 9, 2024
1 parent 8e20e80 commit d3c8cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gha_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ provision_cluster() {
while [ $((SECONDS-START)) -lt $wait_seconds ]; do
if clush -B -S -l root -w "$nodestring" '[ -d /var/chef/reports ]'; then
# shellcheck disable=SC2016
clush -B -S -l root -w "$nodestring" --connect_timeout 30 --command_timeout 600 "if [ -e /root/job_info ]; then
clush -B -S -l root -w "$nodestring" --connect_timeout 30 --command_timeout 900 "if [ -e /root/job_info ]; then
cat /root/job_info
fi
echo \"Last provisioning run info:
Expand Down

0 comments on commit d3c8cb5

Please sign in to comment.