[Tool] Increase timeout-minutes of clang-tidy (#51217)
Signed-off-by: trueeyu <lxhhust350@qq.com>
This commit is contained in:
parent
d3e405034a
commit
37db37f6a3
|
|
@ -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 }}/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue