Commit b2bbac70 authored by sagnowski's avatar sagnowski
Browse files

Increase timeout even more for test cases in split-rendering-smoke-test

parent 263aa417
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -680,7 +680,7 @@ split-rendering-smoke-test:
  stage: test
  script:
    - make -j
    - testcase_timeout=15
    - testcase_timeout=20
    - python3 -m pytest -q -n auto -rA --junit-xml=report-junit.xml tests/split_rendering/test_split_rendering.py --testcase_timeout=$testcase_timeout
  artifacts:
    name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--job-$CI_JOB_NAME--results"