summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-10 14:39:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-10 14:41:55 +0200
commit64d989d116c401dbc6f33b25b4e3234a69783520 (patch)
tree6f6c232f80cf7b99985b850dcedf6283e9c622ab /testsuites/sptests
parenthtif_console_handler is defined in htif.c (diff)
downloadrtems-64d989d116c401dbc6f33b25b4e3234a69783520.tar.bz2
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.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/spintrcritical08/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spintrcritical08/init.c b/testsuites/sptests/spintrcritical08/init.c
index 60ba585a8c..7b55a2e328 100644
--- a/testsuites/sptests/spintrcritical08/init.c
+++ b/testsuites/sptests/spintrcritical08/init.c
@@ -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