ci: increase Go test timeout in e2e lb

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-09 10:43:53 +01:00
parent 6311b45708
commit 5dcaf84e23

View File

@ -18,7 +18,7 @@ runs:
run: |
kubectl apply -f ns.yml
kubectl apply -f lb.yml
go test ../../../e2e/internal/lb/lb_test.go -v
go test -timeout=3h ../../../e2e/internal/lb/lb_test.go -v
- name: Delete deployment
if: always()