increased sleep after prompt,

This commit is contained in:
Chuck SmileyRekiere
2020-09-22 08:17:09 -06:00
parent 2a69d7a1f9
commit ec74ab5656

View File

@@ -326,7 +326,7 @@ def main():
if args.series == "9800": if args.series == "9800":
while logged_in_9800 == False and loop_count <= 2: while logged_in_9800 == False and loop_count <= 2:
egg.sendline(CR) egg.sendline(CR)
sleep(1) sleep(3)
try: try:
i = egg.expect_exact(["Escape character is '^]'.","WLC>","WLC#","ser\:","Password:","WLC(config)#",pexpect.TIMEOUT],timeout=2) i = egg.expect_exact(["Escape character is '^]'.","WLC>","WLC#","ser\:","Password:","WLC(config)#",pexpect.TIMEOUT],timeout=2)
except pexpect.EOF as e: except pexpect.EOF as e: