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:
parent
7249fbf5ad
commit
72f2d396b3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue