Skip to content

Commit 4ff94f5

Browse files
nordic-krchnordicjm
authored andcommitted
Revert "[nrf fromlist] tests: drivers: timer: nrf_grtc_timer: wait for coverage dump"
This reverts commit 103b06a. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 51e6f94 commit 4ff94f5

File tree

1 file changed

+0
-7
lines changed
  • tests/drivers/timer/nrf_grtc_timer/src

1 file changed

+0
-7
lines changed

tests/drivers/timer/nrf_grtc_timer/src/main.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,6 @@ static void grtc_stress_test(bool busy_sim_en)
393393
if (counter_dev) {
394394
counter_stop(counter_dev);
395395
}
396-
397-
#ifdef CONFIG_COVERAGE
398-
/* Wait a few seconds before exit, giving the test the
399-
* opportunity to dump some output before coverage data gets emitted
400-
*/
401-
k_sleep(K_MSEC(5000));
402-
#endif
403396
}
404397

405398
ZTEST(nrf_grtc_timer, test_stress)

0 commit comments

Comments
 (0)