sptests/spintrcritical17: Increase tick interval

This helps to complete the test in case the compiler optimization is
disabled.
This commit is contained in:
Sebastian Huber
2013-08-06 12:47:56 +02:00
parent b5c906429f
commit 03a5a8a8d8

View File

@@ -151,7 +151,7 @@ rtems_task Init( rtems_task_argument ignored )
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
#define CONFIGURE_MICROSECONDS_PER_TICK 2000
#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_MAXIMUM_TIMERS 4