The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_TEST_EXTRA_STACKSIZE

Test function extra thread stack size

Type: int

Help

Additional stack for tests on some platform where default is not enough.

Defaults

Kconfig definition

At subsys/testsuite/Kconfig:24

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:38

Menu path: (top menu) → Testing

config TEST_EXTRA_STACKSIZE
    int
    prompt "Test function extra thread stack size"
    default 2048 if COVERAGE_GCOV
    default 768 if XTENSA
    default 0
    help
      Additional stack for tests on some platform where default is not
      enough.

(Definitions include propagated dependencies, including from if’s and menus.)