summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-06 15:39:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-16 09:36:06 +0200
commit42a2e37b809c0dcf4586cc6e421e066233374fd2 (patch)
tree3cb49cbfec87335adba4010bb7c79515a99b8b56
parent09001ea78821be6e759a2d8f713496600c0fa70a (diff)
testsuites/validation/ts-config.h
-rw-r--r--testsuites/validation/ts-config.h2
-rw-r--r--testsuites/validation/ts-default.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/validation/ts-config.h b/testsuites/validation/ts-config.h
index 638a503c75..adfadf6ad0 100644
--- a/testsuites/validation/ts-config.h
+++ b/testsuites/validation/ts-config.h
@@ -65,6 +65,8 @@ extern "C" {
#define TEST_MINIMUM_STACK_SIZE ( 4 * RTEMS_MINIMUM_STACK_SIZE )
#endif
+#define TEST_MAXIMUM_TIMERS 10
+
/** @} */
#ifdef __cplusplus
diff --git a/testsuites/validation/ts-default.h b/testsuites/validation/ts-default.h
index 8b49068740..f0c0139836 100644
--- a/testsuites/validation/ts-default.h
+++ b/testsuites/validation/ts-default.h
@@ -157,7 +157,7 @@ static void task_stack_deallocate( void *stack )
#define CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE \
CONFIGURE_MAXIMUM_TASKS
-#define CONFIGURE_MAXIMUM_TIMERS 3
+#define CONFIGURE_MAXIMUM_TIMERS TEST_MAXIMUM_TIMERS
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 5