Skip to content

Commit 2993df4

Browse files
committed
Lengthen namespace deletion timeout
It has been observed to fail at 120s but the namespace was gone when I later went looking for it. Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
1 parent 8d273fe commit 2993df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-e2e-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ jobs:
573573
574574
# Delete namespace
575575
kubectl delete namespace "$FMA_NAMESPACE" \
576-
--ignore-not-found --timeout=120s || true
576+
--ignore-not-found --timeout=180s || true
577577
578578
# Delete cluster-scoped stuff for reading Node objects
579579
kubectl delete clusterrole "${FMA_CHART_INSTANCE_NAME}-node-view" --ignore-not-found || true

0 commit comments

Comments
 (0)