Skip to content

Commit a055a0a

Browse files
Increase CI lint timeout
Failing after 3min Signed-off-by: Victor Boissiere <victor.boissiere@qonto.com>
1 parent bc8b0b3 commit a055a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: golangci/golangci-lint-action@v3
1616
with:
1717
version: v1.54.2
18-
args: --timeout=3m
18+
args: --timeout=5m
1919
skip-cache: false

0 commit comments

Comments
 (0)