Commit 61f9239e authored by Jan Kiene's avatar Jan Kiene
Browse files

increase job timeout for sanitizer jobs

parent 2c1b2511
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ stages:
.ivas-pytest-sanitizers-anchor: &ivas-pytest-sanitizers-anchor
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "300 minutes"
  timeout: "420 minutes"
  rules:
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never