summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-19 22:55:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-19 22:55:02 +0000
commitfde74a3e1482e833ed485559afe54f6f33a3c9be (patch)
treeb36b8d927822717a36dd1d4e660385311355516d /testsuites
parentAccounted for fixed system overhead. (diff)
downloadrtems-fde74a3e1482e833ed485559afe54f6f33a3c9be.tar.bz2
Increased stack space of tasks.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/sp12/pridrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp12/pridrv.c b/testsuites/sptests/sp12/pridrv.c
index 79f80cea37..24c96c10ea 100644
--- a/testsuites/sptests/sp12/pridrv.c
+++ b/testsuites/sptests/sp12/pridrv.c
@@ -47,7 +47,7 @@ void Priority_test_driver(
status = rtems_task_create(
Priority_task_name[ index ],
Task_priority[ index ],
- RTEMS_MINIMUM_STACK_SIZE,
+ RTEMS_MINIMUM_STACK_SIZE * 2,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
&Priority_task_id[ index ]