diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 010f046a8..2cc71ea35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - name: Build run: go build -race ./... - name: Test - run: go test -race -run ^TestHealClient_FindTest$ github.com/networkservicemesh/sdk/pkg/registry/common/heal -count 20000 -timeout 6h + run: go test -race -run ^TestHealClient_FindTest$ github.com/networkservicemesh/sdk/pkg/registry/common/heal -count 35000 -timeout 6h golangci-lint: uses: networkservicemesh/.github/.github/workflows/golangci-lint.yaml@main