Increase clippy timeout (#4472)

This commit is contained in:
teor 2022-05-24 19:03:56 +10:00 committed by GitHub
parent 49406f3132
commit 92736807a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
clippy:
name: Clippy
timeout-minutes: 30
timeout-minutes: 45
runs-on: ubuntu-latest
needs: changed-files
if: ${{ needs.changed-files.outputs.rust == 'true' }}