increase timeout

when some servers notice a scan (because of frequent connections) they
delay further connections, increase the timeout to properly scan them
This commit is contained in:
Hubert Kario 2014-10-28 13:03:46 +01:00
parent d11d5e9f36
commit 71ba3c88b0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ VERBOSE=0
DELAY=0
ALLCIPHERS=0
OUTPUTFORMAT="terminal"
TIMEOUT=10
TIMEOUT=30
# place where to put the found intermediate CA certificates and where
# trust anchors are stored
CAPATH=""