Skip to content

Commit

Permalink
esp32/test: set 60s timeout for one deep sleep case
Browse files Browse the repository at this point in the history
  • Loading branch information
heyinling authored and espressif-bot committed Jul 13, 2018
1 parent 4f97161 commit f348076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp32/test/test_sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,4 @@ static void check_time_deepsleep(void)
TEST_ASSERT_MESSAGE(dt_ms > 0, "Time in deep sleep is negative");
}

TEST_CASE_MULTIPLE_STAGES("check a time after wakeup from deep sleep", "[deepsleep][reset=DEEPSLEEP_RESET]", trigger_deepsleep, check_time_deepsleep);
TEST_CASE_MULTIPLE_STAGES("check a time after wakeup from deep sleep", "[deepsleep][reset=DEEPSLEEP_RESET][timeout=60]", trigger_deepsleep, check_time_deepsleep);

0 comments on commit f348076

Please sign in to comment.