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:
Krzysztof Chruściński 2024-08-12 09:42:06 +02:00 committed by Fabio Baltieri
commit dc711d721e

View file

@ -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);