ITE tests/kernel/sleep: tune CONFIG_SYS_CLOCK_TICKS_PER_SEC down

We need more time to run codes because of the performance,
so I tune CONFIG_SYS_CLOCK_TICKS_PER_SEC down to reduce
the times of running k_usleep(1), then it can pass test_usleep().

Verified by follow test pattern:
west build -p always -b it8xxx2_evb tests/kernel/sleep

fixes #46208

Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw>
This commit is contained in:
Ruibin Chang 2022-06-29 10:19:33 +08:00 committed by Fabio Baltieri
parent 888ce37799
commit dc3f29f67f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
default 32768
config SYS_CLOCK_TICKS_PER_SEC
default 8192
default 4096
config UART_NS16550
default y