Update network integration auth timeout ()

*  Incase of network integration test for connection local
   test the paramiko_ssh auth_timeout is the value of timeout
   under defaults section which is 10 seconds.
*  For slower connection 10sec timout value result in authentication
   timeout error hence increase the timeout value to 90 seconds
This commit is contained in:
Ganesh Nalawade 2020-08-03 19:28:30 +05:30 committed by GitHub
parent 96aa81e8ff
commit 6160e82bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
[defaults]
host_key_checking = False
timeout = 90
[ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null'