Skip to content
Snippets Groups Projects
Commit 7367fef2 authored by Chris Hines's avatar Chris Hines
Browse files

add a sleep in a hot poll

parent 1675a58f
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!45Test,!44Dev
Pipeline #11943 passed
......@@ -499,6 +499,7 @@ class Ssh:
ssock.close()
except socket.error:
logger.debug('port is not open yet')
time.sleep(0.1)
ssock.close()
return True
......
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