Commit 5999957c authored by norvell's avatar norvell
Browse files

Merge branch 'extend-timeout-pytest-compare-to-ref' into 'main'

Extend timeout for compare-to-ref-anchor for LTV decoder tests

See merge request !65
parents 8164fe44 3ef00afe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ workflow:
.compare-to-ref-anchor: &compare-to-ref-anchor
  stage: test
  needs: ["build-codec-linux-make", "pytest-to-ref-pre"]
  timeout: "480 minutes"
  timeout: "12 hours"
  variables:
    # keep "mld" in artifact name for backwards compatibility reasons
    CSV_ARTIFACT_NAME: "mld--$CI_JOB_NAME-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.csv"