Commit 3927ad65 authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Reduce rtpdump test timeout to 15min

parent a60697fd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -716,7 +716,7 @@ rtpdump-test:
  stage: test
  script:
    - make -j
    - testcase_timeout=30
    - testcase_timeout=15
    - python3 -m pytest -q --tb=no -n auto -rA --html=report.html --self-contained-html --junit-xml=report-junit.xml tests/rtp/test_rtp.py --testcase_timeout=$testcase_timeout
  artifacts:
    name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--job-$CI_JOB_NAME--results"