This is an automated email from the ASF dual-hosted git repository. gfournier pushed a commit to branch release-2.4.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 32cf6bbc4274dacadc46e02e1a2514bb47563fbb Author: Gaelle Fournier <[email protected]> AuthorDate: Wed Aug 21 10:07:06 2024 +0200 fix(e2e): Cron e2e logs --- e2e/common/misc/files/cron-yaml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/common/misc/files/cron-yaml.yaml b/e2e/common/misc/files/cron-yaml.yaml index e238e2e02..2d6a3e8a0 100644 --- a/e2e/common/misc/files/cron-yaml.yaml +++ b/e2e/common/misc/files/cron-yaml.yaml @@ -18,7 +18,7 @@ - from: uri: "cron:tab" parameters: - schedule: "* * * * ?" + schedule: "*/2 * * * ?" steps: - setHeader: name: "m"
