Skip to content

Commit 97116a5

Browse files
Flavio Ceolinnashif
authored andcommitted
tests: Increase timeout for some tests
There are tests failing sometimes due timeouts in simulators, slightly increase the default timeout for these cases. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 1e53860 commit 97116a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/kernel/mem_slab/mslab_concept/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tests:
22
kernel.memory_slabs.concept:
33
tags: kernel
4+
timeout: 70
45
kernel.memory_slabs.concept.linker_generator:
56
platform_allow: qemu_cortex_m3
67
tags: kernel linker_generator

tests/kernel/workq/work/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tests:
55
# this patform fails to run due to #40376, all
66
# the related CI checks got blocked, so exclude it.
77
platform_exclude: hifive1
8+
timeout: 70
89
kernel.work.api.linker_generator:
910
platform_allow: qemu_cortex_m3
1011
min_flash: 34

0 commit comments

Comments
 (0)