Skip to content

Commit

Permalink
ci,e2e: increase uesim timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
asaezper committed Oct 2, 2024
1 parent 7d44671 commit bf310d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab/ci/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ smoke zmq:
GROUP: uesim
TESTBED: zmq_uesim
E2E_LOG_LEVEL: "info"
RETINA_LAUNCHER_ARGS: "--retina-pod-timeout 900"
needs:
- job: "basic relwithdeb"
artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/tests/ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_zmq(
sample_rate=None, # default from testbed
global_timing_advance=0,
time_alignment_calibration=0,
ue_stop_timeout=1,
ue_stop_timeout=3,
enable_security_mode=ciphering,
post_command=("cu_cp --inactivity_timer=600", ""),
)
Expand Down

0 comments on commit bf310d5

Please sign in to comment.