Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions tests/kernel/timer/cycle64/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,21 @@ tests:
tags:
- kernel
- timer
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER and not CONFIG_NRF_GRTC_TIMER
arch_exclude: posix
timeout: 140
slow: true
kernel.timer.cycle64.fast:
tags:
- kernel
- timer
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER and not CONFIG_NRF_GRTC_TIMER
arch_allow: posix
kernel.timer.cycle64.grtc:
tags:
- kernel
- timer
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER and CONFIG_NRF_GRTC_TIMER
arch_exclude: posix
timeout: 8600
slow: true