scanEventTest: use testSyncCallback()

This commit is contained in:
Michael Davidsaver
2018-05-14 10:40:01 -07:00
parent 3b7e348a8c
commit 4972803ce2

View File

@@ -126,7 +126,7 @@ MAIN(scanEventTest)
}
}
/* Allow records to finish processing */
epicsThreadSleep(0.1);
testSyncCallback();
testDiag("Check if events have been processed the expected number of times");
for (i = 0; i < NELEMENTS(events); i++) {
char pvname[100];