From 105ab1be72ef1b8068cf1358fc800ac39de39419 Mon Sep 17 00:00:00 2001 From: jiceatscion <139873336+jiceatscion@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:23:31 +0100 Subject: [PATCH] router: downgrade expectations for the IN test case (#4668) Since making the packet size 1500, the expectations are too close to the best case. The test has become flaky. --- acceptance/router_benchmark/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/router_benchmark/test.py b/acceptance/router_benchmark/test.py index af1049140a..65301fb20e 100644 --- a/acceptance/router_benchmark/test.py +++ b/acceptance/router_benchmark/test.py @@ -41,7 +41,7 @@ # Those values are valid expectations only when running in the CI environment. TEST_CASES = { - "in": 720000, + "in": 700000, "out": 730000, "in_transit": 700000, "out_transit": 720000,