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:
parent
d75fa6bc13
commit
a883722fb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue