Skip to content

Commit

Permalink
Extend the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRichardson committed Feb 8, 2021
1 parent 934ca8e commit 0a47078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/golangci-lint.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ linters:
enable:
- gofmt
- goimports
- golint
- govet
- ineffassign
- misspell
run:
timeout: 1m
timeout: 12m
skip-dirs:
- acceptancetests
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Static Analysis"
on: [push, pull_request]
jobs:
golangci:
name: lint
name: Go Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0a47078

Please sign in to comment.