diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c696f90..20f11e46 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -90,4 +90,4 @@ jobs: run: go build - name: Test - run: go test -modfile=go_test.mod -v -access_key ${{secrets.PV_VALID_ACCESS_KEY}} + run: go test timeout 30m -modfile=go_test.mod -v -access_key ${{secrets.PV_VALID_ACCESS_KEY}}