* 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:
parent
aa808e1eb6
commit
6f461fbfd0
1 changed files with 2 additions and 0 deletions
|
@ -10,3 +10,5 @@ ssh_args = '-o UserKnownHostsFile=/dev/null'
|
|||
|
||||
[persistent_connection]
|
||||
command_timeout = 60
|
||||
connect_timeout = 60
|
||||
connect_retry_timeout = 60
|
||||
|
|
Loading…
Reference in a new issue