Skip to content

Commit

Permalink
router: downgrade expectations for the IN test case (#4668)
Browse files Browse the repository at this point in the history
Since making the packet size 1500, the expectations are too close to the
best case. The test has become flaky.
  • Loading branch information
jiceatscion authored Dec 18, 2024
1 parent 870900f commit 105ab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/router_benchmark/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 105ab1b

Please sign in to comment.