Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Be more permissive (#5893)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheasby authored Feb 7, 2022
1 parent 7ffbd53 commit cb88c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void testPartialFailures() throws ExecutionException, InterruptedExceptio
// expected half succeed
assertThat(numberOfSuccessfulPue).isBetween(30, 70);
// too lazy to calculate exactly, rough estimates
assertThat(numberOfNothingPresent).isBetween(5, 35);
assertThat(numberOfNothingPresent).isBetween(5, 40);
assertThat(numberOfValuePresentAfterFailure).isBetween(15, 50);
}
}

0 comments on commit cb88c72

Please sign in to comment.