zephyr/tests/kernel/spinlock
Tom Burdick 392a753ac2 tests: spin lock timeout test spin time
The spin loop to ensure time goes past the timeout is done in terms
of the core clock, while the spin lock is timed on the system clock.

This difference is exasperated on systems where the core clock is much
faster than the system clock and the test failed. Add a significant
multiplier so the test works even when the system clock is much slower.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-12-14 13:44:36 -06:00
..
src tests: spin lock timeout test spin time 2022-12-14 13:44:36 -06:00
CMakeLists.txt
prj.conf
testcase.yaml tests: kernel: spinlock: Convert CONFIG_MP_NUM_CPUS handling 2022-10-31 17:09:06 +01:00