mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-26 10:09:14 -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: |
|
run: |
|
||||||
kubectl apply -f ns.yml
|
kubectl apply -f ns.yml
|
||||||
kubectl apply -f lb.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
|
- name: Delete deployment
|
||||||
if: always()
|
if: always()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user