Allow longer timeout for arista
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.