Skip to content

Commit

Permalink
fix YAKS test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Apr 30, 2021
1 parent 750ad61 commit 9a9a724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/insert-field-action/insert-field-action.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Feature: Timer Source Kamelet
Given Disable auto removal of Kamelet resources
Given Disable auto removal of Kubernetes resources
Given Camel-K resource polling configuration
| maxAttempts | 20 |
| delayBetweenAttempts | 1000 |
| maxAttempts | 60 |
| delayBetweenAttempts | 3000 |

Scenario: Wait for binding to start
Given create Kubernetes service probe-service with target port 8080
Then KameletBinding insert-field-action-binding should be available
Then Camel-K integration insert-field-action-binding should be running

Scenario: Verify binding
Given HTTP server "probe-service"
Expand Down

0 comments on commit 9a9a724

Please sign in to comment.