diff --git a/.github/workflows/_pydantic_compatibility.yml b/.github/workflows/_pydantic_compatibility.yml index 97f0c744..e72d83fc 100644 --- a/.github/workflows/_pydantic_compatibility.yml +++ b/.github/workflows/_pydantic_compatibility.yml @@ -13,7 +13,7 @@ env: jobs: build: - timeout-minutes: 5 + timeout-minutes: 10 defaults: run: working-directory: ${{ inputs.working-directory }} diff --git a/.github/workflows/langserve_ci.yml b/.github/workflows/langserve_ci.yml index 7556ae8a..094c3b2b 100644 --- a/.github/workflows/langserve_ci.yml +++ b/.github/workflows/langserve_ci.yml @@ -47,7 +47,7 @@ jobs: working-directory: . secrets: inherit test: - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-latest defaults: run: diff --git a/pyproject.toml b/pyproject.toml index e49fb107..4bdc9d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,6 +94,6 @@ build-backend = "poetry.core.masonry.api" # section of the configuration file raise errors. addopts = "--strict-markers --strict-config --durations=5 -vv" # Global timeout for all tests. There shuold be a good reason for a test to -# take more than 5 second +# take more than 5 seconds timeout = 5 asyncio_mode = "auto"