Commit fe8cdfb3 authored by Jan Kiene's avatar Jan Kiene
Browse files

increase timeout

parent 94111c3f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -877,7 +877,7 @@ clang-format-check:
    ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix"
  stage: prevalidate
  needs: []
  timeout: "5 minutes"
  timeout: "10 minutes"
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
    # Set up variables. This can't be done in the "variables" section because variables are not expanded properly there