Skip to content
Commits on Source (2)
...@@ -239,7 +239,7 @@ workflow: ...@@ -239,7 +239,7 @@ workflow:
.ivas-pytest-anchor: &ivas-pytest-anchor .ivas-pytest-anchor: &ivas-pytest-anchor
stage: test stage: test
needs: ["build-codec-linux-make"] needs: ["build-codec-linux-make"]
timeout: "360 minutes" timeout: "480 minutes"
variables: variables:
# keep "mld" in artifact name for backwards compatibility reasons # 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" CSV_ARTIFACT_NAME: "mld--$CI_JOB_NAME-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.csv"
......