From fb022f80059412009fdcf105a293c64e118fd033 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 24 Feb 2023 16:49:53 -0500 Subject: [PATCH] verify: 10s for IR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32a6fea..fe91657 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ verify-ci: ./out/osqtool-$(ARCH) # Local verification .PHONY: verify verify: ./out/osqtool-$(ARCH) - $(SUDO) ./out/osqtool-$(ARCH) --max-results=150000 --max-query-duration=15s --max-total-daily-duration=90m verify incident_response + $(SUDO) ./out/osqtool-$(ARCH) --max-results=150000 --max-query-duration=10s --max-total-daily-duration=90m verify incident_response $(SUDO) ./out/osqtool-$(ARCH) --max-results=0 --max-query-duration=6s verify policy $(SUDO) ./out/osqtool-$(ARCH) --max-results=0 --max-query-duration=6s --max-total-daily-duration=2h30m --max-query-daily-duration=1h verify detection