Skip to content
Snippets Groups Projects
Commit b3c4f551 authored by Pelle Koster's avatar Pelle Koster
Browse files

interface stats: increase timeout for juniper device

parent b55a000d
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ from lxml import etree ...@@ -13,7 +13,7 @@ from lxml import etree
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
NCCLIENT_PARAMS = { NCCLIENT_PARAMS = {
"timeout": 5, "timeout": 60,
} }
PHYSICAL_INTERFACE_COUNTERS = { PHYSICAL_INTERFACE_COUNTERS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment