tests: Increase timeout for dpp_qr_code_auth_broadcast
This allows another initiation round to be executed if the first broadcast frame fails to get through. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
f9b3ecb0ad
commit
44b233b641
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ def test_dpp_qr_code_auth_broadcast(dev, apdev):
|
||||||
logger.info("dev1 scans QR Code and initiates DPP Authentication")
|
logger.info("dev1 scans QR Code and initiates DPP Authentication")
|
||||||
dev[0].dpp_listen(2412)
|
dev[0].dpp_listen(2412)
|
||||||
dev[1].dpp_auth_init(uri=uri0)
|
dev[1].dpp_auth_init(uri=uri0)
|
||||||
wait_auth_success(dev[0], dev[1], stop_responder=True)
|
wait_auth_success(dev[0], dev[1], stop_responder=True, timeout=20)
|
||||||
|
|
||||||
def test_dpp_qr_code_auth_unicast(dev, apdev):
|
def test_dpp_qr_code_auth_unicast(dev, apdev):
|
||||||
"""DPP QR Code and authentication exchange (unicast)"""
|
"""DPP QR Code and authentication exchange (unicast)"""
|
||||||
|
|
Loading…
Reference in a new issue