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