commit | f6497e37da9aa073051efff48973b5e0f4d6ce54 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Mon Dec 20 18:27:09 2021 -0600 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Jan 04 09:13:57 2022 -0500 |
tree | 7b0c5bca7fd77e6292a65cd283a464e1c26474ee | |
parent | 433424d1ca3dc860dcae59ed433795690282ed96 [diff] |
tests: kernel: Fix assumption in test_kernel_cpu_idle test_kernel_cpu_idle assumes that CPU's next timer wakeup will be 1 millisecond in the future based on kernel timer it sets. Move tick synchronization delay into test loop so this will always be the case. Fixes #41347 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>