From 3ef00afe4fa70187597df26b6ebdacf638a31e7f Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Fri, 28 Nov 2025 07:41:10 -0600 Subject: [PATCH] Extend timeout for compare-to-ref-anchor for LTV decoder tests --- main-basop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main-basop.yml b/main-basop.yml index 6759971..6262a48 100644 --- a/main-basop.yml +++ b/main-basop.yml @@ -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" -- GitLab