]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Allow more time for chirping in dpp_chirp_ap_5g
authorJouni Malinen <quic_jouni@quicinc.com>
Fri, 26 Jan 2024 10:18:32 +0000 (12:18 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 26 Jan 2024 10:18:32 +0000 (12:18 +0200)
The full scan at the beginning of the chirping step can take over 15
seconds when 6 GHz and S1G channels are included and the timeout here is
not enough to handle that.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_dpp.py

index dd3d8e37523915f72b8e2cd1b43a506a43114f95..af8eb05406f3e6bf25d41995e9966d05a689fb7f 100644 (file)
@@ -6963,7 +6963,7 @@ def test_dpp_chirp_ap_5g(dev, apdev):
         if "OK" not in hapd.request("DPP_CHIRP own=%d iter=5" % id_h):
             raise Exception("DPP_CHIRP failed")
         wait_auth_success(hapd, dev[0], configurator=dev[0], enrollee=hapd,
-                          timeout=20)
+                          timeout=40)
         update_hapd_config(hapd)
     finally:
         clear_regdom(hapd, dev)