Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix netconf connection command timeout issue (ansible#58322)
* ncclient uses same timeout value at the time of connection initialisation and waiting response * Ansible has connect_timeout to control the waiting time during initial connection and `command_timeout` to control the wait time for resposne. Hence set the ncclient timeout seperately to Ansible command_timeout after the connection object is created sucessfully.
- Loading branch information