tests/kernel: Bump stack size for mem_protect/stackprot
This test needs just a tiny bit of extra stack. 512 bytes isn't enough on x86 with the most recent set of timer patches. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
987c0e5fc1
commit
af7bf89ed2
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ CONFIG_STACK_CANARIES=y
|
|||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_MAIN_THREAD_PRIORITY=7
|
||||
CONFIG_MAIN_STACK_SIZE=640
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue