Skip to content

Commit 030f6c5

Browse files
committed
fix: Increase CI timeout for postgres test
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.
1 parent 3e5affd commit 030f6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
test-go-postgres:
231231
name: "test/go/postgres"
232232
runs-on: ubuntu-latest
233-
timeout-minutes: 20
233+
timeout-minutes: 25
234234
steps:
235235
- uses: actions/checkout@v3
236236

0 commit comments

Comments
 (0)