build(travis): block travis while we are shutting down the tunnel#4335
build(travis): block travis while we are shutting down the tunnel#4335IgorMinar wants to merge 1 commit into
Conversation
|
@alexeagle this is a follow up to #4329 which I had to push last night in order to prevent sauce tunnel leaks |
There was a problem hiding this comment.
yellow jacket!
thanks
|
It won't hang forever because Travis will kill the build if it's running too long. I've played with sc quite a bit and have never seen it fail closing the tunnel. If that happens, I'd rather know about it so that we can fix it so that we don't leak tunnels. So I'd prefer to keep this as is. |
This is to prevent Travis from prematurely shut down the VM while we are still waiting for the sauce connect client to tear down the tunnel.
027f056 to
9e4b622
Compare
|
Merging PR #4335 on behalf of @IgorMinar to branch presubmit-IgorMinar-pr-4335. |
This is to prevent Travis from prematurely shut down the VM while we are still waiting for the sauce connect client to tear down the tunnel. Closes angular#4335
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This is to prevent Travis from prematurely shut down the VM while we are still waiting for the sauce connect client
to tear down the tunnel.