Skip to content

Allow longer timeout for arista

Compare
Choose a tag to compare
@fbouliane fbouliane released this 19 Nov 15:50
· 49 commits to master since this release
Arista uses default_command_timeout (#235)

Some arista takes long to reply, get_vlans can take a little more than
57s to render the configuration. The current timeout for arista is 60s.
to make sure we don't bust this timeout, we use the
default_command_timeout present in the shell, this allow us to wait
longer for command reply.