diff --git a/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/self_cure_common.h b/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/self_cure_common.h index 8860a9a7192160bee3240634f8b8a1955d85b70a..aff746eeff318b7b75454c4492fa74ff458cdf80 100644 --- a/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/self_cure_common.h +++ b/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/self_cure_common.h @@ -144,7 +144,7 @@ constexpr int32_t WIFI_CURE_ON_TIMEOUT_MS = 5 * 1000; constexpr int32_t WIFI_CURE_REASSOC_TIMEOUT_MS = 6 * 1000; constexpr int32_t WIFI_CURE_CONNECT_TIMEOUT_MS = 8 * 1000; constexpr int32_t WIFI_CURE_CONN_SUCCESS_MS = 500; -constexpr int32_t WIFI_CURE_DISCONNECT_TIMEOUT_MS = 500; +constexpr int32_t WIFI_CURE_DISCONNECT_TIMEOUT_MS = 2 * 1000; #define MIN_VAL_LEVEL_2_24G (-82) #define MIN_VAL_LEVEL_2_5G (-79)