web: reduce timeout from 15 to 7 seconds

This commit is contained in:
nemunaire 2015-07-20 07:50:18 +02:00
parent 88a8e0fe59
commit c27540eb87

View File

@ -60,7 +60,7 @@ def getPassword(url):
# Get real pages
def getURLContent(url, body=None, timeout=15):
def getURLContent(url, body=None, timeout=7):
"""Return page content corresponding to URL or None if any error occurs
Arguments: