tests: timer_behavior: increase stdev tolerance for ite platform
There might be a deviation of 30.5 microseconds (1 cycle) due to the calculation deviation between free run and event timers. This commit increases stdev to 33 for ite platform. Fix #67833 Signed-off-by: Ren Chen <Ren.Chen@ite.com.tw>
This commit is contained in:
parent
8ffcdd3b66
commit
bfd24c4e4d
|
@ -24,6 +24,7 @@ config TIMER_TEST_PERIOD
|
|||
config TIMER_TEST_MAX_STDDEV
|
||||
int "Maximum standard deviation in microseconds allowed"
|
||||
default 33 if NPCX_ITIM_TIMER
|
||||
default 33 if ITE_IT8XXX2_TIMER
|
||||
default 10
|
||||
|
||||
config TIMER_TEST_MAX_DRIFT
|
||||
|
|
Loading…
Reference in a new issue