Skip to content

Commit 68861ab

Browse files
committed
test fix
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 5421153 commit 68861ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/controller/ControllerEventSourceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ public TestConfiguration(
329329
.withOnUpdateFilter(onUpdateFilter)
330330
.withGenericFilter(genericFilter)
331331
.withComparableResourceVersions(true)
332+
.withObsoleteResourceCacheCheckInterval(
333+
Constants.DEFAULT_OBSOLETE_RESOURCE_CHECK_INTERVAL)
332334
.buildForController(),
333335
false);
334336
}

0 commit comments

Comments
 (0)