From: Matt Joiner Date: Mon, 4 Mar 2024 05:00:47 +0000 (+1100) Subject: Add a timeout to fs tests in CI X-Git-Tag: v1.56.0~64 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=56ad70eb42b7e0083d496b185716f01654aa93ba;p=btrtrc.git Add a timeout to fs tests in CI --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1e43e47d..fd66c36a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - 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