From 7c1fa05b79e1b47be36456220dd5d16a0d44e785 Mon Sep 17 00:00:00 2001 From: bendermar <71325605+bendermar@users.noreply.github.com> Date: Wed, 17 May 2023 19:27:15 +0200 Subject: [PATCH] Update wait_for_splunk_process.yml We need an increase of this timeout because with large searchhead cluster with lot of users and apps this results into a loop during upgrade or scaling --- roles/splunk_common/tasks/wait_for_splunk_process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/splunk_common/tasks/wait_for_splunk_process.yml b/roles/splunk_common/tasks/wait_for_splunk_process.yml index 264ac950..d328635c 100644 --- a/roles/splunk_common/tasks/wait_for_splunk_process.yml +++ b/roles/splunk_common/tasks/wait_for_splunk_process.yml @@ -9,4 +9,4 @@ wait_for: host: 127.0.0.1 port: "{{ splunk.svc_port }}" - timeout: 180 + timeout: 900