X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fssh.py;h=b470e86ccc123cb55e327680d0cd91b7caeec9f3;hp=298c93ee8e56a4ee25180f2028f2acf3d6e904b1;hb=5dc98f39c227fb09ce59caa38d28f0dba8558e4b;hpb=7a518f56201e7fb3a1e096d40248866330656fab diff --git a/resources/libraries/python/ssh.py b/resources/libraries/python/ssh.py index 298c93ee8e..b470e86ccc 100644 --- a/resources/libraries/python/ssh.py +++ b/resources/libraries/python/ssh.py @@ -213,7 +213,7 @@ class SSH(object): @staticmethod def interactive_terminal_exec_command(chan, cmd, prompt, - time_out=10): + time_out=30): """Execute command on interactive terminal. interactive_terminal_open() method has to be called first!