Extending sca deadline due to updated protos
Change-Id: I297ca1749aa5f2001e2a7f728632e9a24e176fc3
diff --git a/Makefile b/Makefile
index d461a7d..494e691 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@
@rm -rf ./sca-report
@mkdir -p ./sca-report
@echo "Running static code analysis..."
- @${GOLANGCI_LINT} run --deadline=4m --out-format junit-xml ./... | tee ./sca-report/sca-report.xml
+ @${GOLANGCI_LINT} run --deadline=6m --out-format junit-xml ./... | tee ./sca-report/sca-report.xml
@echo ""
@echo "Static code analysis OK"