We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228853b commit 6ae7486Copy full SHA for 6ae7486
install_sonic.py
@@ -23,7 +23,7 @@ def main():
23
i = 0
24
while True:
25
try:
26
- p = pexpect.spawn("telnet 127.0.0.1 {}".format(args.p), timeout=600, logfile=sys.stdout, encoding='utf-8')
+ p = pexpect.spawn("telnet 127.0.0.1 {}".format(args.p), timeout=1200, logfile=sys.stdout, encoding='utf-8')
27
break
28
except Exception as e:
29
print(str(e))
0 commit comments