mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-27 09:27:49 +02: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.