This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.6.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.6.x by this push:
new 9c839b147 fix(e2e): cron test time reduction
9c839b147 is described below
commit 9c839b147cd72adbbc526b78d33f825e2627f028
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jun 18 18:14:45 2025 +0200
fix(e2e): cron test time reduction
Closes #5912
---
e2e/common/traits/files/cron-fallback.yaml | 2 +-
e2e/common/traits/files/cron-quartz.yaml | 2 +-
e2e/common/traits/files/cron-tab.yaml | 4 ++--
e2e/common/traits/files/cron-timer.yaml | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/e2e/common/traits/files/cron-fallback.yaml
b/e2e/common/traits/files/cron-fallback.yaml
index 6ca1af958..64deab4e7 100644
--- a/e2e/common/traits/files/cron-fallback.yaml
+++ b/e2e/common/traits/files/cron-fallback.yaml
@@ -28,7 +28,7 @@
# Simulate a job workload
- delay:
expression:
- constant: 20000
+ constant: 2000
asyncDelayed: false
- to:
uri: "log:info"
diff --git a/e2e/common/traits/files/cron-quartz.yaml
b/e2e/common/traits/files/cron-quartz.yaml
index cfa8db825..ba6b7013e 100644
--- a/e2e/common/traits/files/cron-quartz.yaml
+++ b/e2e/common/traits/files/cron-quartz.yaml
@@ -30,7 +30,7 @@
# Simulate a job workload
- delay:
expression:
- constant: 20000
+ constant: 2000
asyncDelayed: false
- to:
uri: "log:info"
diff --git a/e2e/common/traits/files/cron-tab.yaml
b/e2e/common/traits/files/cron-tab.yaml
index 2d6a3e8a0..d167fb211 100644
--- a/e2e/common/traits/files/cron-tab.yaml
+++ b/e2e/common/traits/files/cron-tab.yaml
@@ -18,7 +18,7 @@
- from:
uri: "cron:tab"
parameters:
- schedule: "*/2 * * * ?"
+ schedule: "*/1 * * * ?"
steps:
- setHeader:
name: "m"
@@ -28,7 +28,7 @@
# Simulate a job workload
- delay:
expression:
- constant: 20000
+ constant: 2000
asyncDelayed: false
- to:
uri: "log:info"
diff --git a/e2e/common/traits/files/cron-timer.yaml
b/e2e/common/traits/files/cron-timer.yaml
index d486ef7fe..ec090c5aa 100644
--- a/e2e/common/traits/files/cron-timer.yaml
+++ b/e2e/common/traits/files/cron-timer.yaml
@@ -30,7 +30,7 @@
# Simulate a job workload
- delay:
expression:
- constant: 20000
+ constant: 2000
asyncDelayed: false
- to:
uri: "log:info"