Add timeout parameter
Allow timeout to be user configurable as netconf connections hits ncclient default timeout.
Updated ncclient to allow a custom parameter to be passed https://github.com/ncclient/ncclient/pull/543
Is this draft pull request still valid? I thought timeout was already configurable in testbed file.
@miott This PR is still valid, but it's waiting on https://github.com/ncclient/ncclient/pull/550/
Although you can pass a timeout through the testbed it wasn't processed in yang in certain cases, and even once it is processed it's not being passed through properly in ncclient. So it would always use the default timeout.
@GerriorL can we merge this?
@GerriorL, does timeout work now or not?