mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
autotests: Extend a testP2P timeout
With various versions of wpa_supplicant tested, after an IWD GO tears the group down, the wpa_supplicant P2P client will not immediately signal that the group has disappeared but will at least wait for the lost beacon signal, wait some more and try reconnecting and all that takes it 10s or a little longer. Possibly sending Deauthenticate frames to clients first would improve this.
This commit is contained in:
parent
dd9265f2db
commit
ba152c567c
@ -130,7 +130,7 @@ class Test(unittest.TestCase):
|
||||
if not go:
|
||||
wd.wait_for_object_condition(wpas, 'len(obj.p2p_clients) == 0', max_wait=3)
|
||||
else:
|
||||
wd.wait_for_object_condition(wpas, 'obj.p2p_group is None', max_wait=3)
|
||||
wd.wait_for_object_condition(wpas, 'obj.p2p_group is None', max_wait=15)
|
||||
self.assertEqual(peer.connected, False)
|
||||
|
||||
def setUp(self):
|
||||
|
Loading…
Reference in New Issue
Block a user