zephyr/tests/lib/spsc_pbuf/testcase.yaml
Zhao Shuai 1107a4decf tests: lib: spsc_pbuf: increase the timeout value
Increase the timeout value to avoid timeout.

Signed-off-by: Zhao Shuai <shuai1x.zhao@intel.com>
2022-07-28 19:46:56 +01:00

43 lines
1.1 KiB
YAML

tests:
lib.spsc_pbuf:
integration_platforms:
- native_posix
# Exclude platform which does not link with cache functions
platform_exclude: ast1030_evb
timeout: 120
lib.spsc_pbuf_cache:
integration_platforms:
- native_posix
# Exclude platform which does not link with cache functions
platform_exclude: ast1030_evb
timeout: 120
extra_configs:
- CONFIG_SPSC_PBUF_CACHE_ALWAYS=y
lib.spsc_pbuf_nocache:
integration_platforms:
- native_posix
# Exclude platform which does not link with cache functions
platform_exclude: ast1030_evb
timeout: 120
extra_configs:
- CONFIG_SPSC_PBUF_CACHE_NEVER=y
lib.spsc_pbuf_utilization:
integration_platforms:
- native_posix
# Exclude platform which does not link with cache functions
platform_exclude: ast1030_evb
timeout: 120
extra_configs:
- CONFIG_SPSC_PBUF_UTILIZATION=y
lib.spsc_pbuf_stress:
platform_allow: qemu_x86
timeout: 120
extra_configs:
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
integration_platforms:
- qemu_x86