From 627e54eb2084ea1ded41db32e949ee7201f9abd7 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 12 Jan 2022 10:08:43 -0800 Subject: [PATCH] auto-t: wpas.py: increase timeout for auth protocol Sometimes wpa_supplicant takes some time to respond to the initial presence anouncements. --- autotests/util/wpas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/util/wpas.py b/autotests/util/wpas.py index b750ce31..440f6227 100644 --- a/autotests/util/wpas.py +++ b/autotests/util/wpas.py @@ -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):