Increase socket connect retry timeout for integration test (#30681)

*  Increase persistent connection local socket
   retry timeout to fix intermittent failure in
   network integration test
This commit is contained in:
Ganesh Nalawade 2017-09-21 15:02:19 +05:30 committed by GitHub
parent c2303c5922
commit 869cd6f729

View file

@ -11,3 +11,4 @@ ssh_args = '-o UserKnownHostsFile=/dev/null'
[persistent_connection]
command_timeout = 60
connect_timeout = 60
connect_retry_timeout = 60