mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-10-28 18:37:23 +01:00
By sleeping for 4 seconds IWD had plenty of time to fully disconnect and reconnect in time to pass the final "connected" check. Instead use wait_for_object_condition to wait for disconnected and expect this to fail. This will let the test fail if IWD disconnects.