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

nferraro 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 0ea7f39  [TEST] Increase timeouts for slow infra
0ea7f39 is described below

commit 0ea7f39063a80aa08f78d9ef9e9053de4e408aeb
Author: Jan <[email protected]>
AuthorDate: Mon May 24 13:32:12 2021 +0200

    [TEST] Increase timeouts for slow infra
---
 e2e/yaks/common/kamelet-binding-broker/yaks-config.yaml | 4 ++--
 e2e/yaks/common/kamelet-binding-http/yaks-config.yaml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/e2e/yaks/common/kamelet-binding-broker/yaks-config.yaml 
b/e2e/yaks/common/kamelet-binding-broker/yaks-config.yaml
index e8414f8..fbaf588 100644
--- a/e2e/yaks/common/kamelet-binding-broker/yaks-config.yaml
+++ b/e2e/yaks/common/kamelet-binding-broker/yaks-config.yaml
@@ -32,5 +32,5 @@ pre:
 
     kubectl apply -f timer-source-binding.yaml -n $YAKS_NAMESPACE
     kubectl apply -f logger-sink-binding.yaml -n $YAKS_NAMESPACE
-    kubectl wait kameletbinding timer-source-binding --for=condition=Ready 
--timeout=10m -n $YAKS_NAMESPACE
-    kubectl wait kameletbinding logger-sink-binding --for=condition=Ready 
--timeout=10m -n $YAKS_NAMESPACE
+    kubectl wait kameletbinding timer-source-binding --for=condition=Ready 
--timeout=15m -n $YAKS_NAMESPACE
+    kubectl wait kameletbinding logger-sink-binding --for=condition=Ready 
--timeout=15m -n $YAKS_NAMESPACE
diff --git a/e2e/yaks/common/kamelet-binding-http/yaks-config.yaml 
b/e2e/yaks/common/kamelet-binding-http/yaks-config.yaml
index de3709b..847d512 100644
--- a/e2e/yaks/common/kamelet-binding-http/yaks-config.yaml
+++ b/e2e/yaks/common/kamelet-binding-http/yaks-config.yaml
@@ -27,4 +27,4 @@ pre:
 
     kamel run display.groovy -w -n $YAKS_NAMESPACE
     cat timer-source-binding-display.yaml | sed  
's/{namespace}/'"${YAKS_NAMESPACE}"'/' | kubectl apply -n $YAKS_NAMESPACE -f -
-    kubectl wait kameletbinding timer-source-binding-display 
--for=condition=Ready --timeout=10m -n $YAKS_NAMESPACE
+    kubectl wait kameletbinding timer-source-binding-display 
--for=condition=Ready --timeout=15m -n $YAKS_NAMESPACE

Reply via email to