diff --git a/tests/hwsim/test_ap_wps.py b/tests/hwsim/test_ap_wps.py index e64da5aa5..90c1d7902 100644 --- a/tests/hwsim/test_ap_wps.py +++ b/tests/hwsim/test_ap_wps.py @@ -2240,7 +2240,7 @@ def test_ap_wps_upnp_http_proto(dev, apdev): location = ssdp_get_location(ap_uuid) url = urlparse.urlparse(location) - conn = httplib.HTTPConnection(url.netloc, timeout=0.1) + conn = httplib.HTTPConnection(url.netloc, timeout=0.2) #conn.set_debuglevel(1) conn.request("HEAD", "hello")