Skip to content

Commit

Permalink
tests: increase stack size on test_errno
Browse files Browse the repository at this point in the history
The stacks are overrun on ARM.

Change-Id: Ic5f1555b138a732e409c92cff716278b33dfce5d
Signed-off-by: Benjamin Walsh <[email protected]>
  • Loading branch information
benwrs authored and Anas Nashif committed Dec 2, 2016
1 parent cd19876 commit 0e2451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/legacy/kernel/test_errno/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 0e2451e

Please sign in to comment.