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
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class Wpas:
self._rx_data = []
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')
def dpp_configurator_remove(self):