ci: bump golangcilint timeout

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-19 18:17:18 +01:00
parent 59be3c7746
commit 64af78110a
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
run: make gen-client-go
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5000s
test-unittest:
runs-on: ubuntu-latest
steps: