[Tool] Increase timeout-minutes of clang-tidy (#51217)

Signed-off-by: trueeyu <lxhhust350@qq.com>
This commit is contained in:
trueeyu 2024-09-20 16:33:13 +08:00 committed by GitHub
parent d3e405034a
commit 37db37f6a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ jobs:
- name: UPDATE ECI & RUN Clang Tidy
id: run_clang_tidy
shell: bash
timeout-minutes: 60
timeout-minutes: 90
run: |
rm -rf ./ci-tool && cp -rf /var/lib/ci-tool ./ci-tool && cd ci-tool && git pull && source lib/init.sh
if [[ "${{ needs.be-checker.outputs.thirdparty_filter }}" == 'true' ]]; then
@ -1043,4 +1043,4 @@ jobs:
if: always()
run: |
rm -f $CONF_FILE
rm -rf ${{ github.workspace }}/*
rm -rf ${{ github.workspace }}/*