3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 11:28:38 +02:00

auto-t: wpas.py: increase timeout for auth protocol

Sometimes wpa_supplicant takes some time to respond to the initial
presence anouncements.
This commit is contained in:
James Prestwood 2022-01-12 10:08:43 -08:00 committed by Denis Kenzior
parent bbfcdf0ac7
commit 627e54eb20

View File

@ -279,7 +279,7 @@ class Wpas:
self._rx_data = [] self._rx_data = []
self._ctrl_request(cmd) self._ctrl_request(cmd)
self.wait_for_event('DPP-AUTH-SUCCESS') self.wait_for_event('DPP-AUTH-SUCCESS', timeout=30)
self.wait_for_event('DPP-CONF-SENT') self.wait_for_event('DPP-CONF-SENT')
def dpp_configurator_remove(self): def dpp_configurator_remove(self):