Increase force wake timeout value to 500ms to accommodate scheduler latencies. Change-Id: Id3748539e4b4809530ff78bd810681cb2210ff31 CRs-Fixed: 2573863
@@ -36,7 +36,7 @@
#define PCIE_PCIE_LOCAL_REG_PCIE_SOC_WAKE_PCIE_LOCAL_REG 0x3004
/* Timeout duration to validate UMAC wake status */
#ifdef HAL_CONFIG_SLUB_DEBUG_ON
-#define FORCE_WAKE_DELAY_TIMEOUT_MS 100
+#define FORCE_WAKE_DELAY_TIMEOUT_MS 500
#else
#define FORCE_WAKE_DELAY_TIMEOUT_MS 50
#endif /* HAL_CONFIG_SLUB_DEBUG_ON */