From 053302db7217feadec96f30e65f15951082d98d5 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Tue, 6 Oct 2020 20:02:32 -0400 Subject: Update network integration auth timeout for local connection (#90) Update network integration auth timeout for local connection Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/action/vyos.py | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/action') diff --git a/plugins/action/vyos.py b/plugins/action/vyos.py index 9519d366..61f377b2 100644 --- a/plugins/action/vyos.py +++ b/plugins/action/vyos.py @@ -99,6 +99,7 @@ class ActionModule(ActionNetworkModule): direct={"persistent_command_timeout": command_timeout} ) + pc.timeout = command_timeout socket_path = connection.run() display.vvvv("socket_path: %s" % socket_path, pc.remote_addr) if not socket_path: -- cgit v1.2.3