Skip to content

Commit 0e2451e

Browse files
benwrsAnas Nashif
authored andcommitted
tests: increase stack size on test_errno
The stacks are overrun on ARM. Change-Id: Ic5f1555b138a732e409c92cff716278b33dfce5d Signed-off-by: Benjamin Walsh <[email protected]>
1 parent cd19876 commit 0e2451e

File tree

1 file changed

+1
-1
lines changed
  • tests/legacy/kernel/test_errno/src

1 file changed

+1
-1
lines changed

tests/legacy/kernel/test_errno/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#define N_FIBERS 2
2222

23-
#define STACK_SIZE 256
23+
#define STACK_SIZE 384
2424
static __stack char stacks[N_FIBERS][STACK_SIZE];
2525

2626
static int errno_values[N_FIBERS + 1] = {

0 commit comments

Comments
 (0)