]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Wait longer for connection in radius_macacl_unreachable
authorJouni Malinen <j@w1.fi>
Sat, 21 Mar 2020 21:56:19 +0000 (23:56 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 21 Mar 2020 21:56:19 +0000 (23:56 +0200)
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 <j@w1.fi>
tests/hwsim/test_radius.py

index 6729f372d3776277fb85ad6a34491c4a7e0faf80..403fbd7391f8a131712c3115d085361dbc2408a1 100644 (file)
@@ -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()