From 15031660b824fcf2271757c3ca171e361c7d8aa5 Mon Sep 17 00:00:00 2001 From: Alexander Krutwig Date: Tue, 31 Mar 2015 15:14:27 +0200 Subject: fstests: Increase stack size for symlink loop test --- testsuites/fstests/mimfs_support/fs_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/fstests/mimfs_support/fs_support.c b/testsuites/fstests/mimfs_support/fs_support.c index 29ccfd371c..7760ff7426 100644 --- a/testsuites/fstests/mimfs_support/fs_support.c +++ b/testsuites/fstests/mimfs_support/fs_support.c @@ -61,7 +61,7 @@ test_shutdown_filesystem (void) #define CONFIGURE_MAXIMUM_TASKS 10 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 40 -#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024) +#define CONFIGURE_INIT_TASK_STACK_SIZE (32 * 1024) #define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS 1 #define CONFIGURE_FILESYSTEM_IMFS -- cgit v1.2.3