Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4a7d067

Browse files
authored
fix: Increase CI timeout for postgres test (#3079)
The Go test timeout uses 20m, if we want to get a stack trace, we mustallow the actions worker to run longer than that.
1 parent96edc8a commit4a7d067

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/coder.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ jobs:
233233
test-go-postgres:
234234
name:"test/go/postgres"
235235
runs-on:ubuntu-latest
236-
timeout-minutes:20
236+
# This timeout must be greater than go test -timeout.
237+
timeout-minutes:25
237238
steps:
238239
-uses:actions/checkout@v3
239240

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp