Commit 28147d62 authored by Jan Kiene's avatar Jan Kiene
Browse files

increase timeout

parent 4649b764
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: "12 hours"
  timeout: "24 hours"
  rules:
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never