mirror of
https://github.com/hwchase17/langchain.git
synced 2025-12-04 02:04:54 +00:00
update timeout to 30 minutes for schedueld testing
This commit is contained in:
4
.github/workflows/scheduled_test.yml
vendored
4
.github/workflows/scheduled_test.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
|||||||
name: '🐍 Python ${{ matrix.python-version }}: ${{ matrix.working-directory }}'
|
name: '🐍 Python ${{ matrix.python-version }}: ${{ matrix.working-directory }}'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [compute-matrix]
|
needs: [compute-matrix]
|
||||||
timeout-minutes: 20
|
timeout-minutes: 30
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
make integration_tests
|
make integration_tests
|
||||||
|
|
||||||
- name: '🧹 Clean up External Libraries'
|
- 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: |
|
run: |
|
||||||
rm -rf \
|
rm -rf \
|
||||||
langchain/libs/partners/google-genai \
|
langchain/libs/partners/google-genai \
|
||||||
|
|||||||
Reference in New Issue
Block a user