tests: Increase timeout for some tests
There are tests failing due to timeout for a few seconds in simulators, slightly increase the timeout for these cases. Signed-off-by: Guo Lixin <lixinx.guo@intel.com>
This commit is contained in:
parent
42627d3e25
commit
8b2f5f0965
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
tests:
|
||||
kernel.memory_slabs.concept:
|
||||
tags: kernel
|
||||
timeout: 70
|
||||
timeout: 80
|
||||
kernel.memory_slabs.concept.linker_generator:
|
||||
platform_allow: qemu_cortex_m3
|
||||
tags: kernel linker_generator
|
||||
|
|
|
@ -5,7 +5,7 @@ tests:
|
|||
# this platform fails to run due to #40376, all
|
||||
# the related CI checks got blocked, so exclude it.
|
||||
platform_exclude: hifive1
|
||||
timeout: 70
|
||||
timeout: 80
|
||||
kernel.work.api.linker_generator:
|
||||
platform_allow: qemu_cortex_m3
|
||||
min_flash: 34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue