Skip to content

Commit

Permalink
add 5m timeout to golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthjs committed Jun 8, 2022
1 parent d105c71 commit 9cc5c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down Expand Up @@ -54,6 +53,8 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.2
run:
timeout: 5m
- name: Unit test
run: make test
- name: Build
Expand Down

0 comments on commit 9cc5c1d

Please sign in to comment.