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:
parent
8121cd3934
commit
3fb6b7fed6
1 changed files with 1 additions and 1 deletions
|
@ -1462,7 +1462,7 @@ def test_dpp_gas_timeout(dev, apdev):
|
||||||
raise Exception("Unexpected GAS result (Enrollee): " + ev)
|
raise Exception("Unexpected GAS result (Enrollee): " + ev)
|
||||||
dev[0].set("ext_mgmt_frame_handling", "0")
|
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:
|
if ev is None:
|
||||||
raise Exception("DPP configuration failure not reported (Configurator)")
|
raise Exception("DPP configuration failure not reported (Configurator)")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue