mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 19:46:07 -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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue