increase ipset command timeout for cli tool

This commit is contained in:
Stefan Midjich 2017-11-16 18:39:01 +01:00
parent 54aa460191
commit f821b1df5c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if args.refresh:
'-output',
'save',
use_sudo=False,
timeout=120
timeout=600
)
for _line in proc.stdout.splitlines():