We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d44671 commit bf310d5Copy full SHA for bf310d5
.gitlab/ci/e2e.yml
@@ -277,6 +277,7 @@ smoke zmq:
277
GROUP: uesim
278
TESTBED: zmq_uesim
279
E2E_LOG_LEVEL: "info"
280
+ RETINA_LAUNCHER_ARGS: "--retina-pod-timeout 900"
281
needs:
282
- job: "basic relwithdeb"
283
artifacts: true
tests/e2e/tests/ping.py
@@ -242,7 +242,7 @@ def test_zmq(
242
sample_rate=None, # default from testbed
243
global_timing_advance=0,
244
time_alignment_calibration=0,
245
- ue_stop_timeout=1,
+ ue_stop_timeout=3,
246
enable_security_mode=ciphering,
247
post_command=("cu_cp --inactivity_timer=600", ""),
248
)
0 commit comments