Skip to content
Snippets Groups Projects
Commit 4aa5650c authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: little tweak

parent 5c45163d
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,9 @@ class SSHConnection():
# debug output
logging.debug(str(self.ssh.before))
logging.debug('self.sshresponse = ' + str(self.sshresponse))
# adding a tempo when failure
if not connect_status:
time.sleep(1)
count += 1
if connect_status:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment