From 23c6f93aa16d9988945a53991b8f0f49fbbd10a4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Feb 2012 10:55:25 +0100 Subject: Increase stack size for symbolic link loop test --- testsuites/fstests/imfs_support/fs_support.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/fstests/imfs_support/fs_support.c') diff --git a/testsuites/fstests/imfs_support/fs_support.c b/testsuites/fstests/imfs_support/fs_support.c index b7a735768a..b1e7e2149b 100644 --- a/testsuites/fstests/imfs_support/fs_support.c +++ b/testsuites/fstests/imfs_support/fs_support.c @@ -40,6 +40,7 @@ test_shutdown_filesystem (void) #define CONFIGURE_MAXIMUM_TASKS 10 #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 40 +#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024) #define CONFIGURE_INIT #include -- cgit v1.2.3