aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/satellite.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/satellite.py b/sos/plugins/satellite.py
index c026ee62..84ad3eb3 100644
--- a/sos/plugins/satellite.py
+++ b/sos/plugins/satellite.py
@@ -82,7 +82,8 @@ class Satellite(Plugin, RedHatPlugin):
])
self.add_cmd_output(
"spacewalk-debug --dir %s"
- % self.get_cmd_output_path(name="spacewalk-debug"))
+ % self.get_cmd_output_path(name="spacewalk-debug"),
+ timeout=900)
if self.proxy:
self.add_copy_spec(["/etc/squid", "/var/log/squid"])