mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
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:
committed by
GitHub
parent
96edc8af9a
commit
4a7d067c6c
3
.github/workflows/coder.yaml
vendored
3
.github/workflows/coder.yaml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user