1
0
mirror of https://github.com/hapifhir/hapi-fhir.git synced 2025-02-18 10:55:22 +00:00

Avoid intermittent test failures

This commit is contained in:
James Agnew 2018-10-16 20:23:32 -04:00
parent 4e252063b8
commit 5d7142a972

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