]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dpdk: increase timeout for DPDK test runs 10921/head
authorLukas Sismis <lukas.sismis@gmail.com>
Thu, 18 Apr 2024 07:24:50 +0000 (09:24 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Apr 2024 18:51:26 +0000 (20:51 +0200)
.github/workflows/builds.yml

index ffa65b5f3e4830e837021ed767a79b70a947e2ab..6d7a94b89e699fa8e1a175a7f3078ef4f672a5b3 100644 (file)
@@ -2106,14 +2106,14 @@ jobs:
       # IDS config
       - run: rm -f ./eve.json
       - run: |
-          timeout --kill-after=30 --preserve-status 3 \
+          timeout --kill-after=30 --preserve-status 10 \
             ./src/suricata -c .github/workflows/dpdk/suricata-null-ids.yaml -S /dev/null -l ./ --dpdk -vvvv
       - run: |
           test $(jq -c 'select(.event_type == "stats")' ./eve.json | tail -n1 | jq '.stats.capture.packets > 0')  = true
       # IPS config
       - run: rm -f ./eve.json
       - run: |
-          timeout --kill-after=30 --preserve-status 3 \
+          timeout --kill-after=30 --preserve-status 10 \
             ./src/suricata -c .github/workflows/dpdk/suricata-null-ips.yaml -S /dev/null -l ./ --dpdk -vvvv
       - run: |
           test $(jq -c 'select(.event_type == "stats")' ./eve.json | tail -n1 | jq '.stats.capture.packets > 0')  = true