This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_755
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/kie-issues_755 by this push:
new c6a8293e Increase E2E test timeout
c6a8293e is described below
commit c6a8293e3123fa470ade5822424e6f25548ede37
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Jan 11 10:27:25 2024 -0300
Increase E2E test timeout
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9c8e4531..68254626 100644
--- a/Makefile
+++ b/Makefile
@@ -346,7 +346,7 @@ generate-all: generate generate-deploy bundle addheaders
vet fmt
.PHONY: test-e2e # You will need to have a Minikube/Kind cluster up in running
to run this target, and run container-builder before the test
test-e2e: install-operator-sdk
- go test ./test/e2e/* -v -ginkgo.v
+ go test ./test/e2e/* -v -ginkgo.v -timeout 30m
.PHONY: before-pr
before-pr: test generate-all
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]