Skip to content
This repository was archived by the owner on Aug 30, 2018. It is now read-only.

Commit 6d5af12

Browse files
committed
increased ssh timeout based on Enterprise feedback
thanks to @jhallbachner
1 parent 6a21dae commit 6d5af12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/travis/worker/job/runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def run_script
172172
def start_session
173173
announce("Using worker: #{host_name}\n\n")
174174
retryable(:tries => 5, :sleep => 3) do
175-
Timeout.timeout(5) do
175+
Timeout.timeout(10) do
176176
session.connect
177177
end
178178
end

0 commit comments

Comments
 (0)