Github: Increase timeout of litellm tests (#10568)

This commit is contained in:
Zoltan K 2025-05-05 21:37:04 +02:00 committed by GitHub
parent 914ab00805
commit 91dcc50768
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 8
steps:
- uses: actions/checkout@v4