diff options
-rw-r--r-- | sos/plugins/hpasm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/hpasm.py b/sos/plugins/hpasm.py index 4d5d158f..4d70887e 100644 --- a/sos/plugins/hpasm.py +++ b/sos/plugins/hpasm.py @@ -30,6 +30,6 @@ class Hpasm(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): self.add_cmd_output([ "hpasmcli -s 'show asr'", "hpasmcli -s 'show server'" - ]) + ], timeout=0) # vim: et ts=4 sw=4 |