diff --git a/samples/boards/mec15xxevb_assy6853/power_management/src/power_mgmt.c b/samples/boards/mec15xxevb_assy6853/power_management/src/power_mgmt.c index 4d11198ce59..056250ab433 100644 --- a/samples/boards/mec15xxevb_assy6853/power_management/src/power_mgmt.c +++ b/samples/boards/mec15xxevb_assy6853/power_management/src/power_mgmt.c @@ -187,7 +187,7 @@ int test_pwr_mgmt_multithread(bool use_logging, u8_t cycles) k_msleep(CONFIG_SYS_PM_MIN_RESIDENCY_DEEP_SLEEP_1 + 500); - k_busy_wait(3000); + k_busy_wait(100); if (use_logging) { LOG_INF("Wake from Deep Sleep\n"); @@ -233,7 +233,7 @@ int test_pwr_mgmt_singlethread(bool use_logging, u8_t cycles) k_msleep(CONFIG_SYS_PM_MIN_RESIDENCY_DEEP_SLEEP_1 + 1000); - k_busy_wait(3000); + k_busy_wait(100); if (use_logging) { LOG_INF("Wake from Deep Sleep\n");