tests: counter: Extend counter_basic_api timeout

Fixes a timeout failure on the frdm_k64f board.

test_short_relative_alarm iterates 100x through a 3 tick loop, but some
platforms like frdm_k64f have a 1 second counter tick period and
therefore need more time to finish this test.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2020-02-11 16:05:01 -06:00 committed by Johan Hedberg
commit 72f2d396b3

View file

@ -4,3 +4,4 @@ tests:
depends_on: counter depends_on: counter
min_ram: 16 min_ram: 16
platform_exclude: nucleo_f302r8 platform_exclude: nucleo_f302r8
timeout: 400