summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-06 12:47:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-06 15:47:56 +0200
commit03a5a8a8d82e12afe39df12679346a72996e88e2 (patch)
tree113655310ed71bbac33c08ab8b709cba1a00280e
parentUnlimited objects support for POSIX keys (diff)
downloadrtems-03a5a8a8d82e12afe39df12679346a72996e88e2.tar.bz2
sptests/spintrcritical17: Increase tick interval
This helps to complete the test in case the compiler optimization is disabled.
-rw-r--r--testsuites/sptests/spintrcritical17/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spintrcritical17/init.c b/testsuites/sptests/spintrcritical17/init.c
index aabd60ace8..2b002c4dc6 100644
--- a/testsuites/sptests/spintrcritical17/init.c
+++ b/testsuites/sptests/spintrcritical17/init.c
@@ -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