Skip to content

Commit 820210c

Browse files
authored
improve: increase bounded cache IT GC timeout (#2785)
the test fails some times because of this Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent e91e39a commit 820210c

File tree

1 file changed

+1
-1
lines changed
  • caffeine-bounded-cache-support/src/test/java/io/javaoperatorsdk/operator/processing/event/source/cache

1 file changed

+1
-1
lines changed

caffeine-bounded-cache-support/src/test/java/io/javaoperatorsdk/operator/processing/event/source/cache/BoundedCacheTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void reconciliationWorksWithLimitedCache() {
4444

4545
private void assertConfigMapsDeleted() {
4646
await()
47-
.atMost(Duration.ofSeconds(30))
47+
.atMost(Duration.ofSeconds(120))
4848
.untilAsserted(
4949
() ->
5050
IntStream.range(0, NUMBER_OF_RESOURCE_TO_TEST)

0 commit comments

Comments
 (0)