Skip to content

Commit 8b1439e

Browse files
committed
Improve cleanup
1 parent 532e859 commit 8b1439e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ endif
328328

329329
.PHONY: cleanup-tests
330330
cleanup-tests:
331+
kubectl delete ArangoDeployment -n $(DEPLOYMENTNAMESPACE) --all
332+
sleep 10
331333
ifneq ($(DEPLOYMENTNAMESPACE), default)
332334
$(ROOTDIR)/scripts/kube_delete_namespace.sh $(DEPLOYMENTNAMESPACE)
333335
endif

0 commit comments

Comments
 (0)