From 1280e462858b34b808e5909a2775edf3bf05ce96 Mon Sep 17 00:00:00 2001 From: norvell Date: Tue, 30 Jan 2024 10:53:55 +0000 Subject: [PATCH] Extend the timeout for the MLD jobs, since long test vector jobs are timing out. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bcd5d7be..63e4770c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,7 +173,7 @@ stages: .ivas-pytest-mld-anchor: &ivas-pytest-mld-anchor stage: test needs: ["build-codec-linux-make"] - timeout: "120 minutes" + timeout: "240 minutes" script: - *print-common-info - *update-scripts-repo -- GitLab