VOL-2085 add unit tests for binding-router.go;
increase `make sca` deadline
Change-Id: I8b220f0e8cf616fba0ed01f946f2df29eef74a12
diff --git a/Makefile b/Makefile
index ba5f74d..203e642 100644
--- a/Makefile
+++ b/Makefile
@@ -178,7 +178,7 @@
sca: golangci_lint_tool_install
rm -rf ./sca-report
@mkdir -p ./sca-report
- $(GOLANGCI_LINT_TOOL) run --out-format junit-xml ./... 2>&1 | tee ./sca-report/sca-report.xml
+ $(GOLANGCI_LINT_TOOL) run --deadline 10m --out-format junit-xml ./... 2>&1 | tee ./sca-report/sca-report.xml
test: go_junit_install gocover_cobertura_install
@mkdir -p ./tests/results