Skip to content

Commit

Permalink
tests: benchmarks: increase timeout
Browse files Browse the repository at this point in the history
This times out on some platforms, increase timeout a bit to allow slow
platforms to complete.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Mar 23, 2021
1 parent 55e3ab7 commit 76f35f2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions tests/benchmarks/app_kernel/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
common:
tags: benchmark
timeout: 420
tests:
benchmark.kernel.application:
arch_allow: x86 arm riscv32 riscv64
min_flash: 34
min_ram: 32
tags: benchmark
timeout: 300
benchmark.kernel.application.fp.arm:
extra_args: CONF_FILE=prj_fp.conf
arch_allow: arm
filter: CONFIG_ARMV7_M_ARMV8_M_FP
min_flash: 34
min_ram: 32
tags: benchmark
slow: true
timeout: 300
benchmark.kernel.application.fp.x86.fpu:
extra_args: CONF_FILE=prj_fp.conf
extra_configs:
Expand All @@ -23,9 +22,7 @@ tests:
filter: CONFIG_CPU_HAS_FPU
min_flash: 34
min_ram: 32
tags: benchmark
slow: true
timeout: 300
benchmark.kernel.application.fp.x86.sse:
extra_args: CONF_FILE=prj_fp.conf
extra_configs:
Expand All @@ -35,10 +32,7 @@ tests:
filter: CONFIG_CPU_HAS_FPU
min_flash: 34
min_ram: 32
tags: benchmark
slow: true
timeout: 300
benchmark.kernel.application.posix:
arch_allow: posix
min_ram: 32
tags: benchmark

0 comments on commit 76f35f2

Please sign in to comment.