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 2023/12/01 15:08:13 UTC

(camel-k) branch main updated: fix(e2e): Set default configuration knative http yaks test

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 0b9f2476c fix(e2e): Set default configuration knative http yaks test
0b9f2476c is described below

commit 0b9f2476c621c2ff50e002b8e62619b082a1c2fa
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Thu Nov 30 17:05:34 2023 +0100

    fix(e2e): Set default configuration knative http yaks test
---
 e2e/yaks/common/knative-sinkbinding-http/sinkbinding.feature | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/e2e/yaks/common/knative-sinkbinding-http/sinkbinding.feature b/e2e/yaks/common/knative-sinkbinding-http/sinkbinding.feature
index e5503b57b..73e58336d 100644
--- a/e2e/yaks/common/knative-sinkbinding-http/sinkbinding.feature
+++ b/e2e/yaks/common/knative-sinkbinding-http/sinkbinding.feature
@@ -2,8 +2,8 @@ Feature: Camel K can run source HTTP endpoint in sinkbinding mode
 
   Background:
     Given Kubernetes resource polling configuration
-      | maxAttempts          | 1   |
-      | delayBetweenAttempts | 500 |
+      | maxAttempts          | 40   |
+      | delayBetweenAttempts | 3000 |
 
   Scenario: Integration knative-service starts with no errors
     Given wait for condition=Ready on Kubernetes custom resource integration/rest2channel in integration.camel.apache.org/v1