浏览代码

qcacmn: Increase timeout to avoid false assert

Currently, the timeout value LOG_DEL_OBJ_DESTROY_ASSERT_DURATION_SEC is
set at 24 seconds. This is not sufficient for various cases where the
delay caused are genuine (FW and HW delays), thus leading to unwarranted
device assert.

Increase the timeout to 32 seconds to mitigate this.

Change-Id: I799b45b0d5f25a9fcf68f88d385994e31c56e939
CRs-Fixed: 2546641
Sourav Mohapatra 5 年之前
父节点
当前提交
d5dde1b9ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      umac/cmn_services/obj_mgr/src/wlan_objmgr_debug.c

+ 1 - 1
umac/cmn_services/obj_mgr/src/wlan_objmgr_debug.c

@@ -38,7 +38,7 @@
  * The max duration for which a obj can be allowed to remain in L-state
  * The duration  should be higher than the psoc idle timeout.
  */
-#define LOG_DEL_OBJ_DESTROY_ASSERT_DURATION_SEC 24
+#define LOG_DEL_OBJ_DESTROY_ASSERT_DURATION_SEC 32
 #define LOG_DEL_OBJ_LIST_MAX_COUNT       (3 + 5 + 48 + 4096)
 
 union wlan_objmgr_del_obj {