Skip to content

Commit

Permalink
fix: expand generate traffic timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Oct 1, 2024
1 parent 361a79e commit eb011f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/workload-lifecycle/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
# send traffic to all services to verify they are working as expected and verify traces for instrumented ones
try:
- script:
timeout: 100s
timeout: 200s
content: |
set -e
Expand Down Expand Up @@ -183,7 +183,7 @@ spec:
- name: '02 - Generate Traffic'
try:
- script:
timeout: 100s
timeout: 200s
content: |
set -e
Expand Down

0 comments on commit eb011f6

Please sign in to comment.