X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fssh.py;h=7518cabcc3ce7123c8f9f28968d20b742c2cc2dd;hp=4bed173bbb359005c71294c5d427a8e1328d3dcd;hb=refs%2Fchanges%2F80%2F13480%2F6;hpb=0914e94a0738e94d0e8e87e3f99bfa8e21218a7e diff --git a/resources/libraries/python/ssh.py b/resources/libraries/python/ssh.py index 4bed173bbb..7518cabcc3 100644 --- a/resources/libraries/python/ssh.py +++ b/resources/libraries/python/ssh.py @@ -244,7 +244,7 @@ class SSH(object): command = 'sudo -S {c}'.format(c=command) return self.exec_command(command, timeout) - def interactive_terminal_open(self, time_out=30): + def interactive_terminal_open(self, time_out=45): """Open interactive terminal on a new channel on the connected Node. :param time_out: Timeout in seconds.