diff --git a/examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h b/examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h index 642666d5102c85..29a0fe8ae0faad 100644 --- a/examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h +++ b/examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h @@ -72,7 +72,7 @@ //#define CHIP_DEVICE_CONFIG_STR_CACHE_LAST_DISCOVERED_HOURS 7 * 24 // time (in sec) assumed to be required for player to wake up after sending WoL magic packet -#define CHIP_DEVICE_CONFIG_STR_WAKE_UP_DELAY_SEC 10 +#define CHIP_DEVICE_CONFIG_STR_WAKE_UP_DELAY_SEC 8 // delay (in sec) before which we assume undiscovered cached players may be in STR mode #define CHIP_DEVICE_CONFIG_STR_DISCOVERY_DELAY_SEC 3