Revert "tests: drivers: counter: basic_api: Tweak test timing"
This reverts commit 331442f059
.
Change was introduced because it was failing on slow core
(nrf54h20/cpuppr) however it turned out that there was a bug in the
driver and now test passes without this tweak which make the test
last twice longer.
Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
87f68b4dfe
commit
dc711d721e
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ static void test_cancelled_alarm_does_not_expire_instance(const struct device *d
|
|||
{
|
||||
int err;
|
||||
uint32_t cnt;
|
||||
uint32_t us = 1500;
|
||||
uint32_t us = 1000;
|
||||
uint32_t ticks = counter_us_to_ticks(dev, us);
|
||||
uint32_t top = counter_get_top_value(dev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue