tests: kernel: timer: timer_behavior: Reduce tick frequency(nrf54l20pdk)

Test test_one_tick_timer_train was failing due not being able to
execute enough 1 tick timeouts. Decrease system ticks frequency
to make the test pass.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-11-28 13:57:36 +01:00 committed by Benjamin Cabé
commit 51b6f66fce

View file

@ -0,0 +1 @@
CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000