Increase the main thread stack size for this test to 2048; this increase prevents stacking errors in the main thread, in several Cortex-M platforms. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_STACK_CANARIES=y
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_MAIN_STACK_SIZE=2048
|