Skip to content

Commit 70c8da0

Browse files
chore: Increase golangci-lint timeout to 500s
Windows CI builds keeps failing due to lack of time.
1 parent 2f3a201 commit 70c8da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: golangci/golangci-lint-action@v3
3939
with:
4040
version: v1.50.0
41-
args: --timeout=250s
41+
args: --timeout=500s
4242
skip-cache: true
4343

4444
- name: Run tests

0 commit comments

Comments
 (0)