Skip to content

Commit

Permalink
ci: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Jun 20, 2023
1 parent 44ddbed commit e2bd68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m
args: --timeout=30m
- name: Test
uses: n8maninger/action-golang-test@v1
with:
Expand Down

0 comments on commit e2bd68a

Please sign in to comment.