update timeout to 30 minutes for schedueld testing

This commit is contained in:
Mason Daugherty
2025-09-23 12:59:07 -04:00
parent 90708a0d99
commit d5457c39ee

View File

@@ -66,7 +66,7 @@ jobs:
name: '🐍 Python ${{ matrix.python-version }}: ${{ matrix.working-directory }}'
runs-on: ubuntu-latest
needs: [compute-matrix]
timeout-minutes: 20
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
@@ -167,7 +167,7 @@ jobs:
make integration_tests
- name: '🧹 Clean up External Libraries'
# Clean up external libraries to avoid affecting git status check
# Clean up external libraries to avoid affecting the following git status check
run: |
rm -rf \
langchain/libs/partners/google-genai \