diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09a7978..75bdc0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: run: | go mod download set -x - go test -covermode atomic -race -timeout 120s -coverprofile ./coverage.out $(go list ./...) + go test -covermode atomic -race -timeout 300s -coverprofile ./coverage.out $(go list ./...) cov="$(go tool cover -func coverage.out | grep -v 100.0% || true)" echo $cov test -z "$cov" \ No newline at end of file