* 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
(cherry picked from commit 6160e82bf2
)
Co-authored-by: Ganesh Nalawade <ganesh634@gmail.com>
This commit is contained in:
parent
7b3d2a00a0
commit
e95b45c5ec
2 changed files with 3 additions and 0 deletions
2
changelogs/fragments/71238-update-auth-timeout.yml
Normal file
2
changelogs/fragments/71238-update-auth-timeout.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- Updated network integration auth timeout to 90 secs.
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
[defaults]
|
[defaults]
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
|
timeout = 90
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
||||||
|
|
Loading…
Reference in a new issue