The test in its default configuration needs 3600 seconds to complete, so use such timeout value in testcase.yaml so that twister called with --enable-slow option can successfully execute it. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
6 lines
86 B
YAML
6 lines
86 B
YAML
tests:
|
|
kernel.timer.starve:
|
|
slow: true
|
|
timeout: 3600
|
|
tags: kernel timer
|