From 54aa4601915a1f111ac65e71f7bb269530085d82 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Thu, 16 Nov 2017 13:59: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 019b52d..957e546 100644 --- a/tools/manage_client.py +++ b/tools/manage_client.py @@ -104,7 +104,7 @@ if args.refresh: '-output', 'save', use_sudo=False, - timeout=30 + timeout=120 ) for _line in proc.stdout.splitlines():