diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1678d4f3e8..76d69a7108 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,4 +43,4 @@ jobs: with: go-version: 1.21.1 - name: Test - run: go test ./... -timeout=10h + run: go test ./... -timeout=20m