mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
change timeout key passed to scrapli - fixes issue with long-running commands that exceed the standard timeout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user