Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/drivers/timer/nrf_grtc_timer/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,13 @@ static void grtc_stress_test(bool busy_sim_en)
if (counter_dev) {
counter_stop(counter_dev);
}

#ifdef CONFIG_COVERAGE
/* Wait a few seconds before exit, giving the test the
* opportunity to dump some output before coverage data gets emitted
*/
k_sleep(K_MSEC(5000));
#endif
}

ZTEST(nrf_grtc_timer, test_stress)
Expand Down