diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 65622f5e2b13c..29a57235ea813 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -230,7 +230,8 @@ jobs: test-go-postgres: name: "test/go/postgres" runs-on: ubuntu-latest - timeout-minutes: 20 + # This timeout must be greater than go test -timeout. + timeout-minutes: 25 steps: - uses: actions/checkout@v3