tests: Increase stack size for dhcpcd

On i386 with optimization disabled the minimum stack size was not
enough.
This commit is contained in:
Sebastian Huber 2015-09-30 14:56:24 +02:00
parent 36a16f5c7f
commit 880d9299f1

View File

@ -196,7 +196,7 @@ default_network_dhcpcd(void)
sc = rtems_task_create(
rtems_build_name('D', 'H', 'C', 'P'),
RTEMS_MAXIMUM_PRIORITY - 1,
RTEMS_MINIMUM_STACK_SIZE,
2 * RTEMS_MINIMUM_STACK_SIZE,
RTEMS_DEFAULT_MODES,
RTEMS_FLOATING_POINT,
&id