[rtems commit] sptests/spintrcritical17: Increase tick interval

Sebastian Huber sebh at rtems.org
Tue Aug 6 13:44:13 UTC 2013


Module:    rtems
Branch:    master
Commit:    03a5a8a8d82e12afe39df12679346a72996e88e2
Changeset: http://git.rtems.org/rtems/commit/?id=03a5a8a8d82e12afe39df12679346a72996e88e2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Aug  6 12:47:56 2013 +0200

sptests/spintrcritical17: Increase tick interval

This helps to complete the test in case the compiler optimization is
disabled.

---

 testsuites/sptests/spintrcritical17/init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuites/sptests/spintrcritical17/init.c b/testsuites/sptests/spintrcritical17/init.c
index aabd60a..2b002c4 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




More information about the vc mailing list