We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2c58a commit 72cf9d9Copy full SHA for 72cf9d9
tests/kernel/timer/cycle64/testcase.yaml
@@ -14,13 +14,21 @@ tests:
14
tags:
15
- kernel
16
- timer
17
- filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
+ filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER and not CONFIG_NRF_GRTC_TIMER
18
arch_exclude: posix
19
timeout: 140
20
slow: true
21
kernel.timer.cycle64.fast:
22
23
24
25
26
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