Skip to content

Commit ef7bdf7

Browse files
committed
lower limit
Signed-off-by: Attila Mészáros <[email protected]>
1 parent c897207 commit ef7bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/dependent/dependentresourcecrossref/DependentResourceCrossRefIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class DependentResourceCrossRefIT {
1717

1818
public static final String TEST_RESOURCE_NAME = "test";
19-
public static final int EXECUTION_NUMBER = 250;
19+
public static final int EXECUTION_NUMBER = 50;
2020

2121
@RegisterExtension
2222
LocallyRunOperatorExtension operator =

0 commit comments

Comments
 (0)