spintrcritical08: Increase clock tick interval

On some simulators, a clock tick interval of 1ms seems to be too short.
For example, the test failed on sparc/erc32 using the SIS.
This commit is contained in:
Sebastian Huber
2020-09-10 14:41:55 +02:00
parent 764ea57879
commit 64d989d116
+1 -1
View File
@@ -185,7 +185,7 @@ static rtems_task Init( rtems_task_argument argument )
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_MAXIMUM_PERIODS 1
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
#define CONFIGURE_MICROSECONDS_PER_TICK 10000
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE