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

*  Increase persistent connection local socket
   retry timeout to fix intermittent failure in
   network integration test
(cherry picked from commit 869cd6f729)
This commit is contained in:
Ganesh Nalawade 2017-09-21 15:32:22 +05:30 committed by John R Barker
parent aa808e1eb6
commit 6f461fbfd0

View file

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