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 19:09:26 +00:00
committed by GitHub
parent 96edc8af9a
commit 4a7d067c6c
+2 -1
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