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:
parent
54513c70d1
commit
96f1ee93fc
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
tests:
|
||||
kernel.timer.starve:
|
||||
slow: true
|
||||
timeout: 3600
|
||||
tags: kernel timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue