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:
Jouni Malinen 2024-01-14 12:44:15 +02:00
parent f9b3ecb0ad
commit 44b233b641

View file

@ -322,7 +322,7 @@ def test_dpp_qr_code_auth_broadcast(dev, apdev):
logger.info("dev1 scans QR Code and initiates DPP Authentication")
dev[0].dpp_listen(2412)
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):
"""DPP QR Code and authentication exchange (unicast)"""