Skip to content

Commit bf310d5

Browse files
committed
ci,e2e: increase uesim timeouts
1 parent 7d44671 commit bf310d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab/ci/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ smoke zmq:
277277
GROUP: uesim
278278
TESTBED: zmq_uesim
279279
E2E_LOG_LEVEL: "info"
280+
RETINA_LAUNCHER_ARGS: "--retina-pod-timeout 900"
280281
needs:
281282
- job: "basic relwithdeb"
282283
artifacts: true

tests/e2e/tests/ping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def test_zmq(
242242
sample_rate=None, # default from testbed
243243
global_timing_advance=0,
244244
time_alignment_calibration=0,
245-
ue_stop_timeout=1,
245+
ue_stop_timeout=3,
246246
enable_security_mode=ciphering,
247247
post_command=("cu_cp --inactivity_timer=600", ""),
248248
)

0 commit comments

Comments
 (0)