From 936c36bd5f0c3cbac2aa710a5182c72cd06e714e Mon Sep 17 00:00:00 2001 From: Jugal Bhatt Date: Thu, 14 Aug 2025 15:41:58 -0700 Subject: [PATCH] Increase timeout for test-litellm workflow from 20 to 25 minutes to accommodate longer test execution times. --- .github/workflows/test-litellm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-litellm.yml b/.github/workflows/test-litellm.yml index 4ec3dcbb4c..7e67aee8d7 100644 --- a/.github/workflows/test-litellm.yml +++ b/.github/workflows/test-litellm.yml @@ -7,7 +7,7 @@ on: jobs: test: runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 25 steps: - uses: actions/checkout@v4