From 11c9e974ac64bae211ed78dbbb087478a7e47779 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 14 Dec 2025 14:38:02 -0600 Subject: [PATCH] tweak --- esphome/components/wifi/wifi_component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/wifi/wifi_component.cpp b/esphome/components/wifi/wifi_component.cpp index cadc477325..a5e8c4a59d 100644 --- a/esphome/components/wifi/wifi_component.cpp +++ b/esphome/components/wifi/wifi_component.cpp @@ -218,7 +218,7 @@ static constexpr uint32_t WIFI_SCAN_TIMEOUT_MS = 31000; /// If this timeout fires prematurely while a connection is still in progress, it causes /// cascading failures: the subsequent scan will also fail because the WiFi driver is /// still busy with the previous connection attempt. -static constexpr uint32_t WIFI_CONNECT_TIMEOUT_MS = 42000; +static constexpr uint32_t WIFI_CONNECT_TIMEOUT_MS = 46000; static constexpr uint8_t get_max_retries_for_phase(WiFiRetryPhase phase) { switch (phase) {