tests: bt_crypto: fix kconfig for qemu_cortex_m3

Increase test and main stack sizes for the qemu_cortex_m3 platform
in order to be able to successfully run the test.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2024-11-14 05:37:17 +01:00 committed by Anas Nashif
commit ba34d602fa

View file

@ -0,0 +1,2 @@
CONFIG_TEST_EXTRA_STACK_SIZE=1024
CONFIG_MAIN_STACK_SIZE=2048