You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/03/02 09:06:13 UTC

[camel-k] 02/03: chore(e2e): kamel local e2e tests should run much faster than 60m

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 333533b887f68c65767a4923f730e44087b82e32
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Tue Mar 1 14:26:26 2022 +0900

    chore(e2e): kamel local e2e tests should run much faster than 60m
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 6b5b7b5..3beed37 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -211,7 +211,7 @@ test-builder: build
 
 test-local: build
 	STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" \
-	go test -timeout 60m -v ./e2e/local -tags=integration $(TEST_LOCAL_RUN)
+	go test -timeout 10m -v ./e2e/local -tags=integration $(TEST_LOCAL_RUN)
 
 test-kamel-cli: build
 	STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" \