Skip to content

Commit 47a2330

Browse files
committed
test(compute_round_robin): always output run_count = ...
1 parent 754ad26 commit 47a2330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constance_test_suite/src/kernel_tests/compute_round_robin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ fn timer_body<System: Kernel, D: Driver<App<System>>>(_: usize) {
187187
*y = x.load(Ordering::Relaxed);
188188
}
189189

190-
if sched_state.time % 32 == 0 {
190+
if sched_state.time % 20 == 0 {
191191
log::debug!("run_count = {:?}", run_count);
192192
}
193193

0 commit comments

Comments
 (0)