CFDP and unittest bugfixes

This commit is contained in:
2023-05-15 16:02:55 +02:00
parent 5eb9ee8bc1
commit cae131edcf
8 changed files with 20 additions and 32 deletions

View File

@ -30,7 +30,7 @@
*/
void Factory::produceFrameworkObjects(void* args) {
setStaticFrameworkObjectIds();
new EventManager(objects::EVENT_MANAGER);
new EventManager(objects::EVENT_MANAGER, 120);
new HealthTable(objects::HEALTH_TABLE);
new InternalErrorReporter(objects::INTERNAL_ERROR_REPORTER);