Skip to content

Commit

Permalink
Correctly put timeout in config, fixes #6576 (#6581)
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin authored and bbrks committed Mar 28, 2024
1 parent c3f0eea commit 07dfec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .golangci-strict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

# config file for golangci-lint

timeout: 3m
run:
timeout: 3m

linters:
enable:
Expand Down
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

# config file for golangci-lint

timeout: 3m
run:
timeout: 3m

linters:
enable:
Expand Down

0 comments on commit 07dfec8

Please sign in to comment.