Skip to content

Commit 72cf9d9

Browse files
adamkondraciukrlubos
authored andcommitted
[nrf fromtree] tests: kernel: timer: cycle64: Add support for GRTC
For GRTC timer a longer timeout is required: (2 ^ 32) * 2 * 1us Signed-off-by: Adam Kondraciuk <[email protected]> (cherry picked from commit d0785ce)
1 parent aa2c58a commit 72cf9d9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tests/kernel/timer/cycle64/testcase.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,21 @@ tests:
1414
tags:
1515
- kernel
1616
- timer
17-
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
17+
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER and not CONFIG_NRF_GRTC_TIMER
1818
arch_exclude: posix
1919
timeout: 140
2020
slow: true
2121
kernel.timer.cycle64.fast:
2222
tags:
2323
- kernel
2424
- timer
25-
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
25+
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER and not CONFIG_NRF_GRTC_TIMER
2626
arch_allow: posix
27+
kernel.timer.cycle64.grtc:
28+
tags:
29+
- kernel
30+
- timer
31+
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER and CONFIG_NRF_GRTC_TIMER
32+
arch_exclude: posix
33+
timeout: 8600
34+
slow: true

0 commit comments

Comments
 (0)