FIX: Increase timeout for VAT for longer API calls. 80/13480/6
authorPeter Mikus <pmikus@cisco.com>
Mon, 16 Jul 2018 12:19:06 +0000 (12:19 +0000)
committerPeter Mikus <pmikus@cisco.com>
Thu, 19 Jul 2018 13:00:54 +0000 (13:00 +0000)
Change-Id: Idab5e8d62a42513ddef97025625962b510c3a625
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/libraries/python/ssh.py

index 4bed173..7518cab 100644 (file)
@@ -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.