Skip to content

Commit 3d1efa5

Browse files
asaezpercodebot
authored andcommitted
ci,e2e: increase ue stops timeout with amariue
1 parent 0c6e0ef commit 3d1efa5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/e2e/tests/handover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def _handover_multi_ues(
294294
for ue_stub in ue_array:
295295
ue_validate_no_reattaches(ue_stub)
296296

297-
stop(ue_array, gnb, fivegc, retina_data, warning_as_errors=warning_as_errors)
297+
stop(ue_array, gnb, fivegc, retina_data, ue_stop_timeout=16, warning_as_errors=warning_as_errors)
298298
finally:
299299
get_kpis(gnb, ue_array=ue_array, metrics_summary=metrics_summary)
300300

tests/e2e/tests/iperf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ def test_zmq_4x4_mimo(
448448
always_download_artifacts=False,
449449
nof_antennas_dl=4,
450450
nof_antennas_ul=4,
451+
ue_stop_timeout=90,
451452
)
452453

453454

0 commit comments

Comments
 (0)