Skip to content

Commit 68efbb8

Browse files
authored
Merge pull request #63 from marklogic/features/ci-linter
Increase golang linter timeout to 2 minutes
2 parents 6dccd5d + cd7d78a commit 68efbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lint:
7070
helm lint --with-subcharts charts/ $(if $(saveOutput),> helm-lint-output.txt,)
7171

7272
@echo "> Linting all tests....."
73-
golangci-lint run $(if $(saveOutput),> test-lint-output.txt,)
73+
golangci-lint run --timeout=2m $(if $(saveOutput),> test-lint-output.txt,)
7474

7575
## ---------- Testing Tasks ----------
7676

0 commit comments

Comments
 (0)