how to increase timeout in waiting for command response
Hi
I'm trying to capture the output of a command that takes a while ( about a minute) to generate on the router. How can I increase the timeout threshold so
$session_obj->cmd()
doesnt time out and exit before it gets the output?