Skip to content

Commit

Permalink
Fix nasa#1367, Fix forced failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
zanzaben committed Jun 14, 2021
1 parent df504c1 commit 4f1fe2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions modules/cfe_testcase/src/es_cds_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ void TestCDS(void)
UtAssert_INT32_EQ(status, CFE_SUCCESS);
}

OS_TaskDelay(30000);

UtAssert_INT32_EQ(CFE_ES_GetCDSBlockName(CDSNameBuf, CDSHandlePtr, sizeof(CDSNameBuf)), CFE_SUCCESS);
UtAssert_StrCmp(CDSNameBuf, CDSName, "CFE_ES_GetCDSBlockName() = %s", CDSNameBuf);
UtAssert_INT32_EQ(CFE_ES_GetCDSBlockIDByName(&IdByName, CDSNameBuf), CFE_SUCCESS);
Expand Down
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/time_current_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ void TestGetTime(void)
TAI = CFE_TIME_GetTAI();
UTC = CFE_TIME_GetUTC();
MET = CFE_TIME_GetMET();
OS_TaskDelay(300000);
METSeconds = CFE_TIME_GetMETseconds();
METSubSeconds = CFE_TIME_GetMETsubsecs();
STCF = CFE_TIME_GetSTCF();
Expand Down

0 comments on commit 4f1fe2f

Please sign in to comment.