Skip to content

Commit 8b09f26

Browse files
asaezpercodebot
authored andcommitted
ci,e2e: reduce seq ho with multiple ues duration
1 parent 065c73f commit 8b09f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/tests/handover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_zmq_handover_sequentially(
142142
common_scs=common_scs,
143143
bandwidth=bandwidth,
144144
noise_spd=noise_spd,
145-
sleep_between_movement_steps=10,
145+
sleep_between_movement_steps=1,
146146
)
147147

148148

tests/e2e/tests/inter_du_handover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ def test_zmq_inter_du_handover_sequentially(
6363
common_scs=common_scs,
6464
bandwidth=bandwidth,
6565
noise_spd=noise_spd,
66-
sleep_between_movement_steps=10,
66+
sleep_between_movement_steps=1,
6767
)

0 commit comments

Comments
 (0)