From 915dacb1ba1544a40ceeab0cba527e014ac33a61 Mon Sep 17 00:00:00 2001 From: sriram-rsankar Date: Thu, 23 Dec 2021 08:56:18 +0530 Subject: [PATCH] Update junos.py --- salt/proxy/junos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/proxy/junos.py b/salt/proxy/junos.py index a1ba67711330..2b57949ef646 100644 --- a/salt/proxy/junos.py +++ b/salt/proxy/junos.py @@ -250,7 +250,7 @@ def ping(): def _rpc_file_list(dev): try: - dev.rpc.file_list(path="/dev/null", dev_timeout=5) + dev.rpc.file_list(path="/dev/null") return True except (RpcTimeoutError, ConnectClosedError): try: