Increase persistent command_timeout default value (#51056)

* Increase persistent command_timeout default value

*  Increase command_timeout default value from 10 to 30 sec
   to reduce frequent timeout issue for network connection
   types (netconf/network_cli/httpapi/napalm)

* Fix review comments
This commit is contained in:
Ganesh Nalawade
2019-01-21 10:50:52 +05:30
committed by GitHub
parent 9b3e74fe91
commit 1b6228fa10
8 changed files with 17 additions and 21 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- "Increase the default persistent command_timeout value from 10 to 30 seconds to reduce frequent timeout issues."