Commit 2d8f431c authored by Jan Kiene's avatar Jan Kiene
Browse files

increase timeout and correct binary names

parent 7ef135b2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1507,7 +1507,7 @@ ivas-pytest-sanitizers:
    - .rules-pytest-sanitizers-on-schedule
  needs: ["build-codec-sanitizers-clang-linux"]
  stage: test
  timeout: "20 hours"
  timeout: "32 hours"
  resource_group: basop-long-sanitizers
  parallel:
    matrix:
@@ -1563,7 +1563,7 @@ ivas-pytest-sanitizers:
      fi
    - |
      if [ "$WHAT" == "CODEC" ]; then
          pytest_args="tests/codec_be_on_mr_nonselection $pytest_args --update_ref 1 --ref_encoder_path IVAS_cod_ref --ref_decoder_path IVAS_dec_ref"
          pytest_args="tests/codec_be_on_mr_nonselection $pytest_args --update_ref 1 --ref_encoder_path IVAS_cod --ref_decoder_path IVAS_dec"
      else # RENDERER
          pytest_args="tests/renderer/test_renderer.py $pytest_args --create_ref"
          # renderer tests have this naming convention and no way to point to specific binaries