Skip to content

Commit dc711d7

Browse files
nordic-krchfabiobaltieri
authored andcommitted
Revert "tests: drivers: counter: basic_api: Tweak test timing"
This reverts commit 331442f. 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 <[email protected]>
1 parent 87f68b4 commit dc711d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/counter/counter_basic_api/src/test_counter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ static void test_cancelled_alarm_does_not_expire_instance(const struct device *d
900900
{
901901
int err;
902902
uint32_t cnt;
903-
uint32_t us = 1500;
903+
uint32_t us = 1000;
904904
uint32_t ticks = counter_us_to_ticks(dev, us);
905905
uint32_t top = counter_get_top_value(dev);
906906

0 commit comments

Comments
 (0)