[rtems commit] fstests: Increase stack size for symlink loop test

Sebastian Huber sebh at rtems.org
Tue Mar 31 13:16:50 UTC 2015


Module:    rtems
Branch:    master
Commit:    15031660b824fcf2271757c3ca171e361c7d8aa5
Changeset: http://git.rtems.org/rtems/commit/?id=15031660b824fcf2271757c3ca171e361c7d8aa5

Author:    Alexander Krutwig <alexander.krutwig at embedded-brains.de>
Date:      Tue Mar 31 15:14:27 2015 +0200

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 29ccfd3..7760ff7 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



More information about the vc mailing list