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

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 2025-01-14 11:02:10 +01:00 committed by Benjamin Cabé
parent 1e87400bea
commit 5e2b9980bc

View file

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