Skip to content

Commit ec739b5

Browse files
committed
CI: lint: increase timeout
`lint / go / linux (go canary)` was often timing out Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 538c3bb commit ec739b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
goos: linux
3535
canary: true
3636
with:
37-
timeout: 5
37+
timeout: 10
3838
go-version: "1.25"
3939
runner: ubuntu-24.04
4040
# Note: in GitHub yaml world, if `matrix.canary` is undefined, and is passed to `inputs.canary`, the job

0 commit comments

Comments
 (0)