Skip to content

Commit f6b2777

Browse files
committed
increase default
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 56cda35 commit f6b2777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class PrimaryUpdateAndCacheUtils {
2828

2929
public static final int DEFAULT_MAX_RETRY = 10;
3030
public static final int RESOURCE_CACHE_POLL_TIMEOUT = 10000;
31-
public static final int DEFAULT_SLEEP_FOR_CACHE_POLL_MILLIS = 30;
31+
public static final int DEFAULT_SLEEP_FOR_CACHE_POLL_MILLIS = 50;
3232

3333
private PrimaryUpdateAndCacheUtils() {}
3434

0 commit comments

Comments
 (0)