commit | 4c305a51e9864072a152a87f547a7bf958f5df77 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Oct 26 15:33:01 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Oct 30 13:20:19 2017 -0700 |
tree | 50b29b72bb2f0166651a62bb9cde1765c2cc5d69 | |
parent | 0cb044749310e31f84e6165daff6d77ef1691a0b [diff] |
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 <andrew.p.boie@intel.com>