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