summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxintrcritical01/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 19:24:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 19:24:12 +0000
commit0d214a7c296838260009c7c5b03e758fdca14b56 (patch)
tree1d7a90a6510bb6e5b3e78991bef105397a3fb771 /testsuites/psxtests/psxintrcritical01/init.c
parent2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-0d214a7c296838260009c7c5b03e758fdca14b56.tar.bz2
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxintrcritical01/init.c: Lower microseconds per tick so tests run quicker and more reliably hit the intended critical section.
Diffstat (limited to 'testsuites/psxtests/psxintrcritical01/init.c')
-rw-r--r--testsuites/psxtests/psxintrcritical01/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxintrcritical01/init.c b/testsuites/psxtests/psxintrcritical01/init.c
index bece2088b3..3c4364343d 100644
--- a/testsuites/psxtests/psxintrcritical01/init.c
+++ b/testsuites/psxtests/psxintrcritical01/init.c
@@ -85,6 +85,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_MAXIMUM_TIMERS 1
#define CONFIGURE_MAXIMUM_POSIX_TIMERS 1
+#define CONFIGURE_MICROSECONDS_PER_TICK 1000
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT