Skip to content

Commit 87cd3e9

Browse files
committed
Increase wait_time.
1 parent dbadb27 commit 87cd3e9

File tree

1 file changed

+1
-1
lines changed
  • e2e-tests/custom-replset-name

1 file changed

+1
-1
lines changed

e2e-tests/custom-replset-name/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ desc 'create first PSMDB cluster'
1717
sc=$(kubectl get storageclass -o custom-columns=NAME:.metadata.name --no-headers=true | tail -n1)
1818
yq eval '(.. | select(has("storageClassName")).storageClassName) = "'$sc'"' $test_dir/conf/$cluster.yml >${tmp_dir}/$cluster.yml
1919
apply_cluster ${tmp_dir}/$cluster.yml
20-
wait_cluster_consistency $cluster
20+
wait_cluster_consistency $cluster 64
2121

2222
desc 'write data, read from all'
2323
run_mongos \

0 commit comments

Comments
 (0)