Skip to content

Commit

Permalink
[fix] Use bigger timeout to start querying metrics in test
Browse files Browse the repository at this point in the history
  • Loading branch information
llowinge committed Oct 1, 2020
1 parent eac4101 commit af945c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/yaks/monitoring/metrics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit af945c5

Please sign in to comment.