This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new d20bbf64e chore(e2e): increase smoke-test timeout
d20bbf64e is described below
commit d20bbf64e971277b371c7b3712fe25938e76b856
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Oct 12 09:21:57 2024 +0200
chore(e2e): increase smoke-test timeout
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index 6a10d0c38..7f6be3c4b 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -280,7 +280,7 @@ test-common:
#
test-smoke:
FAILED=0; \
- go test -p $(TEST_COMMON_PARALLEL_COUNT) -timeout 30m -v \
+ go test -p $(TEST_COMMON_PARALLEL_COUNT) -timeout 45m -v \
./e2e/common/languages \
./e2e/common/traits \
--parallel 1 \