Skip to content

Commit

Permalink
Observed that we sometimes wait up to 5 minutes for a PVC to be provi…
Browse files Browse the repository at this point in the history
…sioned on AWS

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Jul 5, 2024
1 parent eee0f9b commit 16b1f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/infinispan/Utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ tasks:
- ROSA_CLUSTER_NAME
- NAMESPACE
vars:
CROSS_DC_WAIT_TIMEOUT: '{{.CROSS_DC_WAIT_TIMEOUT | default "300"}}'
CROSS_DC_WAIT_TIMEOUT: '{{.CROSS_DC_WAIT_TIMEOUT | default "900"}}'
cmds:
- echo "Waiting for the Infinispan cluster to form on namespace '{{.NAMESPACE}}' (timeout after {{.CROSS_DC_WAIT_TIMEOUT}} seconds)"
- KUBECONFIG=".task/kubecfg/{{.ROSA_CLUSTER_NAME}}" oc wait --for condition=WellFormed --timeout={{.CROSS_DC_WAIT_TIMEOUT}}s infinispans.infinispan.org -n "{{.NAMESPACE}}" infinispan
Expand Down

0 comments on commit 16b1f05

Please sign in to comment.