Test tweaks

This commit is contained in:
jamesagnew 2019-03-29 17:13:41 -04:00
parent e9c1e39ea5
commit 8791ed5793
4 changed files with 6 additions and 6 deletions

View File

@ -220,11 +220,11 @@ public class PortUtil {
// }
// }
//
// try {
// Thread.sleep(250);
// } catch (InterruptedException theE) {
// // ignore
// }
try {
Thread.sleep(500);
} catch (InterruptedException theE) {
// ignore
}
return nextCandidatePort;

View File

@ -339,7 +339,7 @@ public class ExpungeR4Test extends BaseResourceProviderR4Test {
IBundleProvider search = myPatientDao.search(new SearchParameterMap());
assertEquals(2, search.size().intValue());
search.getResources(0, 2);
assertEquals(2, search.getResources(0, 2).size());
runInTransaction(() -> {
assertEquals(2, mySearchResultDao.count());