Commit 0e2451e3 authored by Benjamin Walsh's avatar Benjamin Walsh Committed by Anas Nashif
Browse files

tests: increase stack size on test_errno



The stacks are overrun on ARM.

Change-Id: Ic5f1555b138a732e409c92cff716278b33dfce5d
Signed-off-by: default avatarBenjamin Walsh <benjamin.walsh@windriver.com>
parent cd198764
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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] = {