Avoid intermittent test failures

This commit is contained in:
James Agnew 2018-10-16 20:23:32 -04:00
parent 4e252063b8
commit 5d7142a972
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));