Skip to content

Commit

Permalink
Merge pull request #872 from SACHIN-BAPPALIGE/fix_mkdump_timeout
Browse files Browse the repository at this point in the history
Fix mkdumpfile timeout
  • Loading branch information
PraveenPenguin authored Jan 9, 2025
2 parents f8d7f82 + 2b35ea9 commit 7981ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/PowerNVDump.py
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ class OpTestMakedump(PowerNVDump):
'''

def check_run(self, cmd, condition):
res = self.c.run_command(cmd)
res = self.c.run_command(cmd, timeout=300)
for value in res:
if condition in value:
log.info("command %s works well" % cmd)
Expand Down

0 comments on commit 7981ab5

Please sign in to comment.