Merge branch 'master' of github.com:jamesagnew/hapi-fhir

This commit is contained in:
jamesagnew 2018-10-16 20:25:12 -04:00
commit 47a5763fb5
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ public class SubscriptionTriggeringDstu3Test extends BaseResourceProviderDstu3Te
waitForSize(0, ourUpdatedPatients);
beforeReset();
ourSubscriptionTriggeringProvider.setMaxSubmitPerPass(33);
ourSubscriptionTriggeringProvider.setMaxSubmitPerPass(50);
ourClient.registerInterceptor(new LoggingInterceptor(true));