Bump the default timeout up

This commit is contained in:
Frank Denis 2018-02-11 20:51:48 +01:00
parent ebe79c5df1
commit ac395b03fc
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ argp.add_argument("-w", "--whitelist", default="domains-whitelist.txt",
help="file containing a set of names to exclude from the blacklist")
argp.add_argument("-i", "--ignore-retrieval-failure", action='store_true',
help="generate list even if some urls couldn't be retrieved")
argp.add_argument("-t", "--timeout", default=10,
argp.add_argument("-t", "--timeout", default=30,
help="URL open timeout")
args = argp.parse_args()