]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Increase the wait time of Configurator GAS timeout
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 3 Feb 2022 22:22:33 +0000 (00:22 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Feb 2022 22:23:19 +0000 (00:23 +0200)
dpp_gas_timeout could fail with an increased timeout for the
Configurator.

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

index 3a3d438ac0a2ac62173e733aa315148af892f7f7..1e4296c4d4cac24ea27e34a110692fcd104b8adb 100644 (file)
@@ -1462,7 +1462,7 @@ def test_dpp_gas_timeout(dev, apdev):
         raise Exception("Unexpected GAS result (Enrollee): " + ev)
     dev[0].set("ext_mgmt_frame_handling", "0")
 
-    ev = dev[1].wait_event(["DPP-CONF-FAILED"], timeout=15)
+    ev = dev[1].wait_event(["DPP-CONF-FAILED"], timeout=65)
     if ev is None:
         raise Exception("DPP configuration failure not reported (Configurator)")