Skip to content

Commit

Permalink
ci: increase lint timeout from 6m ot 10m
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Oct 18, 2021
1 parent 73d6010 commit 20ac307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
name: Lint
runs-on: ubuntu-20.04
needs: [ tests, codegen ]
timeout-minutes: 6
timeout-minutes: 10
env:
GOPATH: /home/runner/go
steps:
Expand Down

0 comments on commit 20ac307

Please sign in to comment.