anthropic[patch]: increase timeouts for integration tests (#28767)

Some tests consistently ran into the 10s limit in CI.
This commit is contained in:
ccurme 2024-12-17 10:47:17 -05:00 committed by GitHub
parent 6479fd8c1c
commit b745281eec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ TEST_FILE ?= tests/unit_tests/
integration_test integration_tests: TEST_FILE=tests/integration_tests/
test tests integration_test integration_tests:
poetry run pytest -vvv --timeout 10 $(TEST_FILE)
poetry run pytest -vvv --timeout 30 $(TEST_FILE)
test_watch:
poetry run ptw --snapshot-update --now . -- -vv $(TEST_FILE)