Skip to content

Commit 5ad3ff2

Browse files
FabianEckermanncodebot
authored andcommitted
ci: lower noise in handover test
1 parent 08d1ddd commit 5ad3ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/handover.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ def test_zmq_handover_iperf(
541541
@mark.parametrize(
542542
"band, common_scs, bandwidth, noise_spd",
543543
(
544-
param(3, 15, 50, -164, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
545-
param(41, 30, 50, -164, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
544+
param(3, 15, 50, -175, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
545+
param(41, 30, 50, -175, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
546546
),
547547
)
548548
@mark.zmq_single_ue

0 commit comments

Comments
 (0)