tests: kernel: timer: starve: Add proper timeout value

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>
This commit is contained in:
Andrzej Głąbek 2022-11-10 10:45:05 +01:00 committed by Carles Cufí
commit 96f1ee93fc

View file

@ -1,4 +1,5 @@
tests:
kernel.timer.starve:
slow: true
timeout: 3600
tags: kernel timer