From: Jouni Malinen Date: Sat, 13 Jan 2024 22:21:57 +0000 (+0200) Subject: tests: Allow more time for dpp_qr_code_no_chan_list_broadcast X-Git-Tag: hostap_2_11~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aa16abbe411acae13e93cdb127c77a591398612;p=thirdparty%2Fhostap.git tests: Allow more time for dpp_qr_code_no_chan_list_broadcast It looks like the first broadcast frame might be missed in some cases, so increase the timeout here to allow another round of frames to be attempted. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 304753316..5543e20c6 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -4606,7 +4606,7 @@ def test_dpp_qr_code_chan_list_no_peer_unicast(dev, apdev): def test_dpp_qr_code_no_chan_list_broadcast(dev, apdev): """DPP QR Code and no channel list (broadcast)""" - run_dpp_qr_code_chan_list(dev, apdev, False, 2412, None) + run_dpp_qr_code_chan_list(dev, apdev, False, 2412, None, timeout=20) def test_dpp_qr_code_chan_list_broadcast(dev, apdev): """DPP QR Code and some 2.4 GHz channels (broadcast)"""