mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
change timeout key passed to scrapli - fixes issue with long-running commands that exceed the standard timeout
This commit is contained in:
parent
c97e8daea0
commit
cca6b60f09
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class ScrapliConnection(SSHConnection):
|
|||
"host": host or self.device._target,
|
||||
"port": port or self.device.port,
|
||||
"auth_username": self.device.credential.username,
|
||||
"timeout_transport": math.floor(params.request_timeout * 1.25),
|
||||
"timeout_ops": math.floor(params.request_timeout * 1.25),
|
||||
"transport": "asyncssh",
|
||||
"auth_strict_key": False,
|
||||
"ssh_known_hosts_file": False,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue