Skip to content

Commit

Permalink
tests: Increase timeout for some tests
Browse files Browse the repository at this point in the history
There are tests failing sometimes due timeouts in simulators, slightly
increase the default timeout for these cases.

Signed-off-by: Flavio Ceolin <[email protected]>
  • Loading branch information
Flavio Ceolin authored and nashif committed Mar 17, 2022
1 parent 1e53860 commit 97116a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/kernel/mem_slab/mslab_concept/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tests:
kernel.memory_slabs.concept:
tags: kernel
timeout: 70
kernel.memory_slabs.concept.linker_generator:
platform_allow: qemu_cortex_m3
tags: kernel linker_generator
Expand Down
1 change: 1 addition & 0 deletions tests/kernel/workq/work/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tests:
# this patform fails to run due to #40376, all
# the related CI checks got blocked, so exclude it.
platform_exclude: hifive1
timeout: 70
kernel.work.api.linker_generator:
platform_allow: qemu_cortex_m3
min_flash: 34
Expand Down

0 comments on commit 97116a5

Please sign in to comment.