Skip to content

Commit 10b44c8

Browse files
committed
Increase wait time for cluster consistency check in e2e-tests/default-cr/run
1 parent f7e0713 commit 10b44c8

File tree

2 files changed

+2
-2
lines changed
  • e2e-tests

2 files changed

+2
-2
lines changed

e2e-tests/default-cr/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function main() {
7070
| kubectl_bin apply -f -
7171

7272
desc 'check if all 3 Pods started'
73-
wait_cluster_consistency $cluster 42
73+
wait_cluster_consistency $cluster 70
7474

7575
desc 'check if service and statefulset created with expected config'
7676
compare_kubectl statefulset/$cluster-rs0

e2e-tests/pvc-resize/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ echo "pvc/mongod-data-some-name-rs0-0 was resized"
156156

157157
apply_resourcequota 9Gi
158158
patch_pvc_request "${cluster}" "3G"
159-
wait_cluster_consistency "$cluster"
159+
wait_cluster_consistency "$cluster" 42
160160
echo
161161
for pvc in $(kubectl_bin get pvc -l app.kubernetes.io/component=mongod -o name); do
162162
retry=0

0 commit comments

Comments
 (0)