]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Increase timeout for dpp_qr_code_auth_broadcast
authorJouni Malinen <j@w1.fi>
Sun, 14 Jan 2024 10:44:15 +0000 (12:44 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Jan 2024 10:44:15 +0000 (12:44 +0200)
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>
tests/hwsim/test_dpp.py

index 5543e20c669649591360f82285bc0c9b79316b7b..dd3d8e37523915f72b8e2cd1b43a506a43114f95 100644 (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)"""