Increase timeout for test-litellm workflow from 20 to 25 minutes to accommodate longer test execution times.

This commit is contained in:
Jugal Bhatt
2025-08-14 15:41:58 -07:00
parent f53599825d
commit 936c36bd5f
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 25
steps:
- uses: actions/checkout@v4