Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
540 B

# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config STRESS_TEST_REPS
int "Number of loops in the stress test"
# For the simulated devices, which are run by default in CI, we set it to less to not spend too
# much CI time
default 500 if SOC_SERIES_BSIM_NRFXX
default 10000
help
For how many loops will the stress test run. The higher this number the longer the
test and therefore the higher likelihood an unlikely race/event will be triggered.
# Include Zephyr's Kconfig
source "Kconfig"