forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: schedule_api: slightly increase stack size
Two tests were on the knife-edge of their current stack limit and were overflowing when UART system calls were added and userspace enabled. Test case stack sizes are often pulled out of thin air, the current value of 256 was just a guess. Kick these stacks up to 384; verified with sanitycheck --all that this doesn't break anything. Signed-off-by: Andrew Boie <[email protected]>
- Loading branch information
1 parent
0cb0447
commit 4c305a5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters