.github/workflows/go.yml | 2 +- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1e43e47d3fdc6d1676e5f9b312e8b4581f554a8e..fd66c36a872acb6fbcbe7be514e67bc9fa644c52 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ - uses: actions/checkout@v2 - uses: ./.github/actions/go-common - run: go test -race $(go list ./... | grep -v /fs | grep -v /possum) continue-on-error: true - - run: go test -race ./fs/... + - run: go test -race -timeout 1m ./fs/... if: ${{ ! contains(matrix.os, 'windows') }} continue-on-error: true