Skip to content

Commit

Permalink
[foreman] Decrease hammer ping timeout
Browse files Browse the repository at this point in the history
hammer ping either finishes within a minute (or two), or never. Let
decrease its timeout accordingly.

Resolves: #3639

Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
  • Loading branch information
pmoravec committed May 12, 2024
1 parent 3ff7286 commit bd3c1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/foreman.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def setup(self):
--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*',
Expand Down

0 comments on commit bd3c1ac

Please sign in to comment.