You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/08/25 12:35:00 UTC

[camel-k] 02/02: chore(build): Reduce time to wait for Knative messages in YAKS tests

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

commit 542e66db71f89156780a144757b488a01e40c254
Author: Christoph Deppisch <cd...@redhat.com>
AuthorDate: Thu Aug 25 08:27:35 2022 +0200

    chore(build): Reduce time to wait for Knative messages in YAKS tests
    
    Significantly reduces the YAKS E2E test job execution time
---
 e2e/yaks/common/knative-broker/knative-broker.feature | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/e2e/yaks/common/knative-broker/knative-broker.feature b/e2e/yaks/common/knative-broker/knative-broker.feature
index d7ed101b6..548d52c70 100644
--- a/e2e/yaks/common/knative-broker/knative-broker.feature
+++ b/e2e/yaks/common/knative-broker/knative-broker.feature
@@ -45,6 +45,9 @@ Feature: Camel K can correctly filter messages from broker
     And Camel K integration receiver should print From all: event-1
     And Camel K integration receiver should print From all: event-2
     And Camel K integration receiver should print From all: event-all
+    And Camel K resource polling configuration
+      | maxAttempts          | 5    |
+      | delayBetweenAttempts | 1000 |
     And Camel K integration receiver should not print From evt1: event-2
     And Camel K integration receiver should not print From evt1: event-all
     And Camel K integration receiver should not print From evt2: event-1