Timeout for python requests.get entire response
Set the timeout parameter: r = requests.get(w, verify=False, timeout=10) # 10 seconds Changes in version 2.25.1 The code above will cause the call to requests.get() to timeout if the connection or delays between reads takes more than ten seconds. See: https://requests.readthedocs.io/en/stable/user/advanced/#timeouts