File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
testing/chainsaw/e2e/pgbackrest-restore Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,13 @@ spec:
8787 try :
8888 - delete :
8989 deletionPropagationPolicy : Foreground
90+ timeout : 3m
9091 ref :
9192 apiVersion : ($postgrescluster.apiVersion)
9293 kind : PostgresCluster
9394 name : clone-one
9495 - script :
96+ timeout : 3m
9597 content : |
9698 echo "Waiting for clone-one PVCs to be deleted..."
9799 kubectl wait --for=delete pvc -l postgres-operator.crunchydata.com/cluster=clone-one --timeout=2m || true
@@ -168,11 +170,13 @@ spec:
168170 try :
169171 - delete :
170172 deletionPropagationPolicy : Foreground
173+ timeout : 3m
171174 ref :
172175 apiVersion : ($postgrescluster.apiVersion)
173176 kind : PostgresCluster
174177 name : clone-two
175178 - script :
179+ timeout : 3m
176180 content : |
177181 echo "Waiting for clone-two PVCs to be deleted..."
178182 kubectl wait --for=delete pvc -l postgres-operator.crunchydata.com/cluster=clone-two --timeout=2m || true
You can’t perform that action at this time.
0 commit comments