Commit 8725038b authored by Rohit Gupta's avatar Rohit Gupta

updated ssh wrapper timeout

parent a364c4fa
#! /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 ..."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment