Skip to content

Commit

Permalink
fix: add sleep 20 to make sure all odigos components are available
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirdavid1 committed Nov 18, 2024
1 parent 5131097 commit ab1e45f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/cli-upgrade/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ spec:
- script:
timeout: 300s
content: |
# Make sure that odigos components are ready
sleep 20
# Apply the job
kubectl apply -f 05-generate-traffic.yaml
Expand Down

0 comments on commit ab1e45f

Please sign in to comment.