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

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

commit 2c35ef59d445ab93199abcb3da0c64b06f3e05d9
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
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"

Reply via email to