Skip to content

Commit

Permalink
Merge pull request #2278 from danielmellado/increase_e2e_tests_timeout
Browse files Browse the repository at this point in the history
MON-3747: Increase e2e test timeout to 150 min
  • Loading branch information
openshift-merge-bot[bot] committed Mar 11, 2024
2 parents b60f0b6 + 5b8dd68 commit c5eb674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -250,7 +250,7 @@ test-unit:
.PHONY: test-e2e
test-e2e: KUBECONFIG?=$(HOME)/.kube/config
test-e2e:
go test -v -timeout=120m ./test/e2e/ --kubeconfig $(KUBECONFIG)
go test -v -timeout=150m ./test/e2e/ --kubeconfig $(KUBECONFIG)

$(BIN_DIR):
mkdir -p $(BIN_DIR)
Expand Down

0 comments on commit c5eb674

Please sign in to comment.