diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 53c60cc027..538cbef8b4 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -233,7 +233,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