From f821b1df5ca2d6e225ea9d85c9a7081c248f9060 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Thu, 16 Nov 2017 18:39:01 +0100 Subject: [PATCH] increase ipset command timeout for cli tool --- tools/manage_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/manage_client.py b/tools/manage_client.py index 957e546..e05e4fb 100644 --- a/tools/manage_client.py +++ b/tools/manage_client.py @@ -104,7 +104,7 @@ if args.refresh: '-output', 'save', use_sudo=False, - timeout=120 + timeout=600 ) for _line in proc.stdout.splitlines():