From 7881fb93238f7805008bd0a3d7d3049abc82156e Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Wed, 17 Feb 2021 16:37:17 +0100 Subject: [PATCH] http: increase time limit for sticky start test --- tests/http-sticky-start/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/http-sticky-start/test.yaml b/tests/http-sticky-start/test.yaml index 55d83ede4..70986e83f 100644 --- a/tests/http-sticky-start/test.yaml +++ b/tests/http-sticky-start/test.yaml @@ -2,6 +2,9 @@ requires: features: - HAVE_LIBJANSSON min-version: 5.0.0 +# use up to one second for decompression time limit +args: +- --set app-layer.protocols.http.libhtp.default-config.decompression-time-limit=1000000 checks: - filter: -- 2.47.2