bump test timeout on GH Actions.

This commit is contained in:
Jason Kulatunga 2023-10-03 13:32:15 -07:00
parent 0b99549216
commit c7805e9790
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/tmp/lock,sharing=locked \
&& go install github.com/golang/mock/mockgen@v1.6.0 \
&& go generate ./... \
&& go vet ./... \
&& go test ./... \
&& go test -timeout=20m ./... \
&& CGO_ENABLED=0 go build -o /go/bin/fasten ./backend/cmd/fasten/
# create folder structure