-
-
Notifications
You must be signed in to change notification settings - Fork 82
Timeout for retrying initial ssh connection #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
c696a6a
to
fdf8c17
Compare
Codecov Report
@@ Coverage Diff @@
## master #118 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 107 129 +22
=====================================
+ Hits 107 129 +22
Continue to review full report at Codecov.
|
fdf8c17
to
b40bfc5
Compare
The motivation behind this feature is that in our Drone build we dynamically provision a VM, then run commands on it for testing (see my comments here). This VM is quickly "up" from a cloud infrastructure perspective, but it is often the case where SSHD needs an additional ~30 seconds to be functional. This PR adds an additional Basically prevents your entire build from turning red, just because your SSH daemon took a few seconds too long to start 😄 Cheers! |
@appleboy do you have any thoughts on this PR? I would be happy to hear any feedback you have 😄 |
I will take this. |
3ca660e
to
48f817e
Compare
No description provided.