From d057f1b9503c94cb8bd3562b187a784885292359 Mon Sep 17 00:00:00 2001 From: Brian Gregg Date: Fri, 6 Oct 2023 10:06:55 -0400 Subject: [PATCH] #268 refactor wait after SOLR restart. --- solr.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/solr.yml b/solr.yml index cc923db1..123263f3 100644 --- a/solr.yml +++ b/solr.yml @@ -112,4 +112,8 @@ service: name: "solr" state: restarted - sleep: 5 + + - name: Sleep for 5 seconds after SOLR restarted. + wait_for: + timeout: 5 + delegate_to: localhost