summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-06 16:23:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-12 09:36:20 +0100
commiteae263c609a3c62af8a0cd9aae240ed6394780aa (patch)
tree9c93506604fcbef910d1084fd5477c356bbf3f17 /testsuites/mptests/mp14/init.c
parenttmtests: Avoid build system defined defines (diff)
downloadrtems-eae263c609a3c62af8a0cd9aae240ed6394780aa.tar.bz2
mptests/mp14: Make MAX_LONG_TEST_DURATION constant
If there is a real need, it can be made a configuration option again. Update #3818.
Diffstat (limited to '')
-rw-r--r--testsuites/mptests/mp14/init.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/mptests/mp14/init.c b/testsuites/mptests/mp14/init.c
index 68359bcd3a..3591e271f8 100644
--- a/testsuites/mptests/mp14/init.c
+++ b/testsuites/mptests/mp14/init.c
@@ -26,6 +26,12 @@
#define CONFIGURE_INIT
#include "system.h"
+/*
+ * This used to be a configuration option. If there is a real need, it can be
+ * made a configuration option again.
+ */
+#define MAX_LONG_TEST_DURATION 100
+
uint8_t my_partition[0x30000] CPU_STRUCTURE_ALIGNMENT;
static rtems_timer_service_routine Stop_Test_TSR(