VOL-3901 Prepared create, set and delete messages to Traffic Descriptor ME. I need to this messages to VOL-2296

Change-Id: I317af7d7cc6175a9bd6bf17688e325b8331278d0
diff --git a/Makefile b/Makefile
index 95b0f53..08d9cfe 100755
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@
 sca:
 	@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 "Static code analysis OK"
 
 clean: distclean