From 8e2139b33597b0565bdffcb5b51692d36b3af0b8 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sat, 27 May 2023 20:10:16 +1000 Subject: [PATCH] Timeout torrentfs CI after 5 minutes --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3ff16fbe..d4cd7dbb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,6 +64,7 @@ jobs: run: GOOS=js GOARCH=wasm go build . ./storage ./tracker/... torrentfs: + timeout-minutes: 5 runs-on: ubuntu-latest strategy: matrix: -- 2.44.0