Fixes for testConveyor on RTEMS

This commit is contained in:
Andrew Johnson
2021-01-03 21:41:35 -06:00
committed by mdavidsaver
parent f3486211f5
commit 6d19349a5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ void testOperation(void)
testFail("Client's notify() not called");
c1.reset(); // Clean up c1
if (!cgone.tryWait())
if (!cgone.wait(TIMEOUT))
testFail("Client's destructor not called");
testDiag("2. Queue accepts notification while conveyor is busy.");