fix: Increase CI timeout for postgres test (#3079)

The Go test timeout uses 20m, if we want to get a stack trace, we must
allow the actions worker to run longer than that.
This commit is contained in:
Mathias Fredriksson
2022-07-20 22:09:26 +03:00
committed by GitHub
parent 96edc8af9a
commit 4a7d067c6c

View File

@ -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