summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp14
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-17 20:14:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-17 20:14:18 +0000
commit97dde60967a3aa2f9ba81e921133bea7fd0d8d78 (patch)
treed27e4bd90eaba5af6df99716f606191c5044d4c3 /testsuites/sptests/sp14
parentUpdate from Tony Bennett (tbennett@divnc.com) (diff)
downloadrtems-97dde60967a3aa2f9ba81e921133bea7fd0d8d78.tar.bz2
increased stack space
Diffstat (limited to 'testsuites/sptests/sp14')
-rw-r--r--testsuites/sptests/sp14/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp14/init.c b/testsuites/sptests/sp14/init.c
index 14b36ae081..dd3a593229 100644
--- a/testsuites/sptests/sp14/init.c
+++ b/testsuites/sptests/sp14/init.c
@@ -39,7 +39,7 @@ rtems_task Init(
status = rtems_task_create(
Task_name[ 1 ],
4,
- RTEMS_MINIMUM_STACK_SIZE,
+ RTEMS_MINIMUM_STACK_SIZE * 2,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
&Task_id[ 1 ]