From bd3c1acda1a26e2f9a2b926f4cf22018caced73e Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Sun, 12 May 2024 16:47:40 +0200 Subject: [foreman] Decrease hammer ping timeout hammer ping either finishes within a minute (or two), or never. Let decrease its timeout accordingly. Resolves: #3639 Signed-off-by: Pavel Moravec --- sos/report/plugins/foreman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/report/plugins/foreman.py b/sos/report/plugins/foreman.py index 2adc6313..927ab731 100644 --- a/sos/report/plugins/foreman.py +++ b/sos/report/plugins/foreman.py @@ -140,7 +140,7 @@ class Foreman(Plugin): --sasl-mechanism=ANONYMOUS', suggest_filename='qpid-stat_-q' ) - self.add_cmd_output("hammer ping", tags="hammer_ping") + self.add_cmd_output("hammer ping", tags="hammer_ping", timeout=120) # Dynflow Sidekiq self.add_cmd_output('systemctl list-units dynflow*', -- cgit