]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Add a timeout to fs tests in CI
authorMatt Joiner <anacrolix@gmail.com>
Mon, 4 Mar 2024 05:00:47 +0000 (16:00 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 4 Mar 2024 05:00:47 +0000 (16:00 +1100)
.github/workflows/go.yml

index 1e43e47d3fdc6d1676e5f9b312e8b4581f554a8e..fd66c36a872acb6fbcbe7be514e67bc9fa644c52 100644 (file)
@@ -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