From: Jouni Malinen Date: Sat, 21 Mar 2020 21:56:19 +0000 (+0200) Subject: tests: Wait longer for connection in radius_macacl_unreachable X-Git-Tag: hostap_2_10~1591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb365893a0ee2d7c4ddc9654dc905086fffb698;p=thirdparty%2Fhostap.git tests: Wait longer for connection in radius_macacl_unreachable It looks ike the authentication timeouts may continue a bit longer after some kernel changes and that could result in temporarily disabling the network profile. Give this test case more time to complete the connection to avoid reporting failures unnecessarily. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_radius.py b/tests/hwsim/test_radius.py index 6729f372d..403fbd739 100644 --- a/tests/hwsim/test_radius.py +++ b/tests/hwsim/test_radius.py @@ -963,7 +963,7 @@ def test_radius_macacl_unreachable(dev, apdev): hapd.set("auth_server_port", "1812") hapd.disable() hapd.enable() - dev[0].wait_connected() + dev[0].wait_connected(timeout=20) dev[0].request("DISCONNECT") dev[0].wait_disconnected()