You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2020/10/02 11:47:24 UTC

[camel-k] branch master updated: [fix] Use bigger timeout to start querying metrics in test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f113b9f  [fix] Use bigger timeout to start querying metrics in test
f113b9f is described below

commit f113b9ff1fb6de5d22ad70e885a7891860cee61f
Author: Lukas Lowinger <ll...@redhat.com>
AuthorDate: Thu Oct 1 17:43:10 2020 +0200

    [fix] Use bigger timeout to start querying metrics in test
---
 e2e/yaks/monitoring/metrics.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/yaks/monitoring/metrics.feature b/e2e/yaks/monitoring/metrics.feature
index 4c6cf18..451f0cc 100644
--- a/e2e/yaks/monitoring/metrics.feature
+++ b/e2e/yaks/monitoring/metrics.feature
@@ -6,7 +6,7 @@ Feature: Camel K can serve metrics to Prometheus
   Scenario: Integration gets the message from the timer
     Given integration metrics is running
     Then integration metrics should print Successfully processed
-    Then sleep 10000 ms
+    Then sleep 120000 ms
 
   Scenario: Thanos is able to serve custom microprofile annotation metrics
     Given HTTP request header Authorization is "Bearer TOKEN"