tests: increase stack size on test_errno
The stacks are overrun on ARM. Change-Id: Ic5f1555b138a732e409c92cff716278b33dfce5d Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
cd198764ba
commit
0e2451e3a0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#define N_FIBERS 2
|
||||
|
||||
#define STACK_SIZE 256
|
||||
#define STACK_SIZE 384
|
||||
static __stack char stacks[N_FIBERS][STACK_SIZE];
|
||||
|
||||
static int errno_values[N_FIBERS + 1] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue