Fix Bug (#64553)
This commit is contained in:
parent
1b3ca349eb
commit
9272e3d547
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class ActionModule(ActionBase):
|
|||
for cmd in commands:
|
||||
display.vvvvv('>>> %s' % cmd)
|
||||
tn.write(to_bytes(cmd + "\n"))
|
||||
index, match, out = tn.expect(list(map(to_bytes, prompts)))
|
||||
index, match, out = tn.expect(list(map(to_bytes, prompts)), timeout=timeout)
|
||||
display.vvvvv('<<< %s' % cmd)
|
||||
output.append(out)
|
||||
sleep(pause)
|
||||
|
|
Loading…
Reference in a new issue