bigger test timeout

This commit is contained in:
Pavel 2024-04-17 12:10:53 +03:00
parent bcf125be1f
commit 69286907ea

View File

@ -46,7 +46,7 @@ jobs:
- name: Get dependencies
run: go mod tidy
- name: Tests
run: go test ./... -v -cpu 2 -timeout 10s -race -cover -coverprofile=coverage.txt -covermode=atomic
run: go test ./... -v -cpu 2 -timeout 30s -race -cover -coverprofile=coverage.txt -covermode=atomic
- name: Coverage
run: |
go install github.com/axw/gocov/gocov@latest