summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp13
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/sp13
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/sp13')
-rw-r--r--testsuites/sptests/sp13/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp13/init.c b/testsuites/sptests/sp13/init.c
index cd20fa4aef..40b6574d68 100644
--- a/testsuites/sptests/sp13/init.c
+++ b/testsuites/sptests/sp13/init.c
@@ -60,7 +60,7 @@ rtems_task Init(
status = rtems_task_create(
Task_name[ 3 ],
4,
- RTEMS_MINIMUM_STACK_SIZE,
+ RTEMS_MINIMUM_STACK_SIZE * 2,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
&Task_id[ 3 ]