Skip to content

Commit

Permalink
fix(e2e): Set default configuration knative http yaks test
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer authored and squakez committed Dec 1, 2023
1 parent 45bdb6d commit 0b9f247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/yaks/common/knative-sinkbinding-http/sinkbinding.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b9f247

Please sign in to comment.