From 52555397773ed40ec5b1cd9ad20b763b9dabf503 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 23 Sep 2024 11:20:44 -0400 Subject: [PATCH] extend timeout to 16s --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 795d412..642ca72 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ out/osqtool-$(ARCH)-$(OSQTOOL_VERSION): mv out/osqtool out/osqtool-$(ARCH)-$(OSQTOOL_VERSION) out/detection.conf: out/osqtool-$(ARCH)-$(OSQTOOL_VERSION) $(wildcard detection/*.sql) - ./out/osqtool-$(ARCH)-$(OSQTOOL_VERSION) --max-query-duration=12s --verify --exclude-tags=disabled,disabled-privacy,extra --output out/detection.conf pack detection + ./out/osqtool-$(ARCH)-$(OSQTOOL_VERSION) --max-query-duration=16s --verify --exclude-tags=disabled,disabled-privacy,extra --output out/detection.conf pack detection out/policy.conf: out/osqtool-$(ARCH)-$(OSQTOOL_VERSION) $(wildcard policy/*.sql) ./out/osqtool-$(ARCH)-$(OSQTOOL_VERSION) --max-query-duration=8s --exclude-tags=disabled,disabled-privacy,extra o --verify --output out/policy.conf pack policy/