Try to get tests passing under load

This commit is contained in:
James 2017-10-21 16:35:47 -04:00
parent 10d6f7db1b
commit 33f9437472
1 changed files with 2 additions and 2 deletions

View File

@ -3127,7 +3127,7 @@ public class ResourceProviderR4Test extends BaseResourceProviderR4Test {
@Test
public void testSearchWithCountNotSet() throws Exception {
mySearchCoordinatorSvcRaw.setSyncSizeForUnitTests(1);
mySearchCoordinatorSvcRaw.setLoadingThrottleForUnitTests(200);
mySearchCoordinatorSvcRaw.setLoadingThrottleForUnitTests(300);
for (int i =0; i < 10; i++) {
Patient pat = new Patient();
@ -3174,7 +3174,7 @@ public class ResourceProviderR4Test extends BaseResourceProviderR4Test {
@Test
public void testSearchWithCountSearchResultsUpTo5() throws Exception {
mySearchCoordinatorSvcRaw.setSyncSizeForUnitTests(1);
mySearchCoordinatorSvcRaw.setLoadingThrottleForUnitTests(200);
mySearchCoordinatorSvcRaw.setLoadingThrottleForUnitTests(300);
myDaoConfig.setCountSearchResultsUpTo(5);
for (int i =0; i < 10; i++) {