Skip to content

Commit 0602f28

Browse files
authored
Increase initial wait time for readiness probe in tests (#558)
1 parent ab27b65 commit 0602f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/helper/common-coherence-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ spec:
99
coherenceUtils:
1010
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
1111
readinessProbe:
12-
initialDelaySeconds: 10
12+
initialDelaySeconds: 30
1313
periodSeconds: 5

0 commit comments

Comments
 (0)