Commit e4730371 authored by norvell's avatar norvell
Browse files

Extend sanitizer timeout to 12 hours.

parent 44f28437
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