We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e0713 commit 10b44c8Copy full SHA for 10b44c8
e2e-tests/default-cr/run
@@ -70,7 +70,7 @@ function main() {
70
| kubectl_bin apply -f -
71
72
desc 'check if all 3 Pods started'
73
- wait_cluster_consistency $cluster 42
+ wait_cluster_consistency $cluster 70
74
75
desc 'check if service and statefulset created with expected config'
76
compare_kubectl statefulset/$cluster-rs0
e2e-tests/pvc-resize/run
@@ -156,7 +156,7 @@ echo "pvc/mongod-data-some-name-rs0-0 was resized"
156
157
apply_resourcequota 9Gi
158
patch_pvc_request "${cluster}" "3G"
159
-wait_cluster_consistency "$cluster"
+wait_cluster_consistency "$cluster" 42
160
echo
161
for pvc in $(kubectl_bin get pvc -l app.kubernetes.io/component=mongod -o name); do
162
retry=0
0 commit comments