From 86b436dc2dab8d594d2d6f9273da310900c79960 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sun, 4 May 2025 08:35:37 +0200 Subject: [PATCH] tests: fix double stats record throwing test off Set longer stats interval just like the test owning the pcap. --- tests/elephant-flow-tracking/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/elephant-flow-tracking/test.yaml b/tests/elephant-flow-tracking/test.yaml index b95c4ebf5..782496d02 100644 --- a/tests/elephant-flow-tracking/test.yaml +++ b/tests/elephant-flow-tracking/test.yaml @@ -1,5 +1,8 @@ pcap: ../tcp-urgp-09-oob-exceed-limit-inline/tcp-urgent-1byte-66k.pcap +args: +- --set stats.interval=3600 + requires: min-version: 8 -- 2.47.2