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 <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2022-02-04 00:22:33 +02:00 committed by Jouni Malinen
parent 8121cd3934
commit 3fb6b7fed6

View 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)")