tests: test_pipe_api: increase stack size

A recent patch added some new tests here. Unfortunately,
the current stack size value of 512 was too small for Xtensa.
Increase it to 1024.

Change-Id: I16c52b74412cbd7665e774ce3baed260885ddb9b
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-04-11 11:41:40 -07:00
commit a883722fb6

View file

@ -18,7 +18,7 @@
#include <ztest.h> #include <ztest.h>
#define STACK_SIZE 512 #define STACK_SIZE 1024
#define PIPE_LEN 16 #define PIPE_LEN 16
#define BYTES_TO_WRITE 4 #define BYTES_TO_WRITE 4
#define BYTES_TO_READ BYTES_TO_WRITE #define BYTES_TO_READ BYTES_TO_WRITE