summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp11
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 20:29:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 20:29:58 +0000
commit45111d773c9cf0243cafc0874e8c6830eb6f440d (patch)
tree4fde443decaba75a59ae026e5087fbc4d590e847 /testsuites/sptests/sp11
parentPurged references to STACK_CHECKER_REPORT_USAGE (diff)
downloadrtems-45111d773c9cf0243cafc0874e8c6830eb6f440d.tar.bz2
Increased stack size so test would run in debug mode.
Diffstat (limited to 'testsuites/sptests/sp11')
-rw-r--r--testsuites/sptests/sp11/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp11/init.c b/testsuites/sptests/sp11/init.c
index dab68dfe82..6382f31bae 100644
--- a/testsuites/sptests/sp11/init.c
+++ b/testsuites/sptests/sp11/init.c
@@ -49,7 +49,7 @@ rtems_task Init(
status = rtems_task_create(
Task_name[ 2 ],
4,
- RTEMS_MINIMUM_STACK_SIZE,
+ RTEMS_MINIMUM_STACK_SIZE * 2,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
&Task_id[ 2 ]