summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-01-03 18:22:46 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-01-03 18:22:46 -0500
commit63af6676e353eafa00b6178737085606836e6139 (patch)
tree48283cdf0fb24535fcb2493ec0318bc2691b79bf /etc
parente83d3967bab59f0a99b61c3d96685c2b47598423 (diff)
downloadmongo-63af6676e353eafa00b6178737085606836e6139.tar.gz
SERVER-37490 Increase ssh ConnectTimeout from 10 to 30 seconds.
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ffdbea3e2c9..d1ff95b0456 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -3078,7 +3078,7 @@ functions:
# For ssh disable the options GSSAPIAuthentication, CheckHostIP, StrictHostKeyChecking
# & UserKnownHostsFile, since these are local connections from one AWS instance to another.
- key: ssh_connection_options
- value: -o GSSAPIAuthentication=no -o CheckHostIP=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=10 -o ConnectionAttempts=20
+ value: -o GSSAPIAuthentication=no -o CheckHostIP=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=30 -o ConnectionAttempts=20
- key: ssh_retries
value: "10"
- key: set_sudo