Skip to content

Commit

Permalink
Avoid intermittent test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Oct 17, 2018
1 parent 4e25206 commit 5d7142a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public void testTriggerAllSubscriptions() throws Exception {
waitForSize(0, ourUpdatedPatients);
beforeReset();

ourSubscriptionTriggeringProvider.setMaxSubmitPerPass(33);
ourSubscriptionTriggeringProvider.setMaxSubmitPerPass(50);

ourClient.registerInterceptor(new LoggingInterceptor(true));

Expand Down

0 comments on commit 5d7142a

Please sign in to comment.