tests: drivers: clock_control: nrf: increased LFCLK startup time
Fixed occasional test failures when clock was not ready after specified time. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
4a8fb854bb
commit
77bc550746
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ static const struct device_data devices[] = {
|
|||
{
|
||||
.subsys = CLOCK_CONTROL_NRF_SUBSYS_LF,
|
||||
.startup_us = (CLOCK_CONTROL_NRF_K32SRC ==
|
||||
NRF_CLOCK_LFCLK_RC) ? 1000 : 300000
|
||||
NRF_CLOCK_LFCLK_RC) ? 1000 : 500000
|
||||
}
|
||||
},
|
||||
.subsys_cnt = CLOCK_CONTROL_NRF_TYPE_COUNT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue