From 8725038b0948140ea8b7149691875b55a1233b70 Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Fri, 18 Dec 2015 05:01:59 +0100 Subject: [PATCH] updated ssh wrapper timeout --- cmake_targets/autotests/run_exec_lte-softmodem_tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake_targets/autotests/run_exec_lte-softmodem_tests.py b/cmake_targets/autotests/run_exec_lte-softmodem_tests.py index b76b5f9698..aa35207e0b 100644 --- a/cmake_targets/autotests/run_exec_lte-softmodem_tests.py +++ b/cmake_targets/autotests/run_exec_lte-softmodem_tests.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +w#! /usr/bin/python #****************************************************************************** # OpenAirInterface @@ -264,8 +264,8 @@ def SSHSessionWrapper(machine, username, key_file, password, logdir_remote_testc error = error + '\n username = ' + username + '\n machine = ' + machine + '\n logdir_remote = ' + logdir_remote_testcase + '\n logdir_local_base = ' + logdir_local_base error = error + traceback.format_exc() print error - print " Trying again in 60 seconds" - time.sleep(60) + print " Trying again in 1 seconds" + time.sleep(1) print "Continuing ..." -- GitLab