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 <j@w1.fi>
This commit is contained in:
parent
275509ee67
commit
7fb365893a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue