Commit dc159dde authored by norvell's avatar norvell
Browse files

Merge branch 'extend-sanitizer-timeout' into 'main'

Extend sanitizer timeout to 12 hours.

See merge request !35
parents 44f28437 e4730371
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -667,7 +667,7 @@ workflow:
    - .job-linux
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "600 minutes"
  timeout: "12 hours"
  rules:
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never