Skip to content

Commit

Permalink
Bump overall test timeout (#273)
Browse files Browse the repository at this point in the history
Looks like we're htiting 5 mins total for tests
  • Loading branch information
eyurtsev authored Nov 30, 2023
1 parent 160ca68 commit ce04282
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_pydantic_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
timeout-minutes: 5
timeout-minutes: 10
defaults:
run:
working-directory: ${{ inputs.working-directory }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/langserve_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: .
secrets: inherit
test:
timeout-minutes: 5
timeout-minutes: 10
runs-on: ubuntu-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ce04282

Please sign in to comment.