Update network integration auth timeout (#71057) (#71239)

* Update network integration auth timeout

* added changelog

Co-authored-by: Ganesh Nalawade <ganesh634@gmail.com>
pull/71527/head
GomathiselviS 4 years ago committed by GitHub
parent f563365f8e
commit cb79d9c80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- Updated network integration auth timeout to 90 secs.

@ -5,6 +5,7 @@
host_key_checking = False host_key_checking = False
log_path = /tmp/ansible-test.out log_path = /tmp/ansible-test.out
stdout_callback = yaml stdout_callback = yaml
timeout = 90
[ssh_connection] [ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null' ssh_args = '-o UserKnownHostsFile=/dev/null'

Loading…
Cancel
Save