We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e6f94 commit 4ff94f5Copy full SHA for 4ff94f5
tests/drivers/timer/nrf_grtc_timer/src/main.c
@@ -393,13 +393,6 @@ static void grtc_stress_test(bool busy_sim_en)
393
if (counter_dev) {
394
counter_stop(counter_dev);
395
}
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
403
404
405
ZTEST(nrf_grtc_timer, test_stress)
0 commit comments