From: Jouni Malinen Date: Thu, 3 Feb 2022 22:22:33 +0000 (+0200) Subject: tests: Increase the wait time of Configurator GAS timeout X-Git-Tag: hostap_2_11~2257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fb6b7fed6639e86aa82808b6c289077163df517;p=thirdparty%2Fhostap.git tests: Increase the wait time of Configurator GAS timeout dpp_gas_timeout could fail with an increased timeout for the Configurator. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 3a3d438ac..1e4296c4d 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -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)")