aristanetworks/cvprac

Allow setting timeouts in CvpClient creation

Closed this issue · 0 comments

When creating a client, clnt = CvpClient(), there is not a way to specify an increased timeout value, so GET/POST requests default to 30 seconds.

Seeing instances in cloud-deploy where a read timeout occurs and causes the deployment to fail. This can often be avoided with an increased timeout.