Skip to content

Commit ff70d3f

Browse files
committed
increase timeout
1 parent 44fc78c commit ff70d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ unit: .localtestenv ## Run unit tests
5757

5858
.PHONY: e2e
5959
e2e: ## Run e2e tests against active kubeconfig
60-
./hack/test.sh "./e2e/..." 120m
60+
./hack/test.sh "./e2e/..." 180m
6161

6262
run: ## Run the operator against the configured Kubernetes cluster
6363
oc -n openshift-cluster-api patch lease cluster-capi-operator-leader -p '{"spec":{"acquireTime": null, "holderIdentity": null, "renewTime": null}}' --type=merge

0 commit comments

Comments
 (0)