mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Set the time limit to be long enough not to trigger too early. Do not unlock after assert when doing the time limit test. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_SPIN_VALIDATE=y
|
|
CONFIG_SPIN_LOCK_TIME_LIMIT=100000
|
|
CONFIG_ZTEST_NEW_API=y
|