Hi Dojo,
I have a script which is checking every Cisco Switch if it's using DWDM SFP's. As we have over 200 switches, this takes a while. But I get the following error, so my question is how can I increase the timeout time?
Stefan Schedletzky [DevOps Enabler] Selected answer as best 14 hours ago
Hi Stefan,
You could update the timeout of the script. See the following question:
Hope it helps.
Stefan Schedletzky [DevOps Enabler] Posted new comment 14 hours ago
Hi Miguel,
indeed it’s helping. For all people maybe having the same issue:
engine.Timeout = TimeSpan.FromMinutes(10);