mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: increase Go test timeout in e2e lb
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
6311b45708
commit
5dcaf84e23
2
.github/actions/e2e_lb/action.yml
vendored
2
.github/actions/e2e_lb/action.yml
vendored
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user