Try to get tests passing under load
This commit is contained in:
parent
10d6f7db1b
commit
33f9437472
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue