We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ba9f8 commit 1d134caCopy full SHA for 1d134ca
1 file changed
utils/src/test/java/software/amazon/awssdk/utils/cache/CachedSupplierTest.java
@@ -376,9 +376,9 @@ public void maxStaleFailureJitter_shouldNotReturnNegativeOrCycleLowValues() {
376
.as("numFailures=%d: jitter must be positive", i)
377
.isPositive();
378
379
- if (i > 60) {
+ if (i > 64) {
380
assertThat(jitter)
381
- .isGreaterThan(Duration.ofSeconds(1));
+ .isEqualTo(Duration.ofSeconds(10));
382
}
383
384
0 commit comments