Skip to content

Commit dfb481d

Browse files
vdusekclaude
andcommitted
test: reduce integration tests concurrency to 8
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b69faed commit dfb481d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ publish-to-pypi = "uv publish --token ${APIFY_PYPI_TOKEN_CRAWLEE}"
230230
type-check = "uv run ty check"
231231
unit-tests = "uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} tests/unit"
232232
unit-tests-cov = "uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} --cov=src/apify --cov-report=xml:coverage-unit.xml tests/unit"
233-
integration-tests = "uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} tests/integration"
234-
integration-tests-cov = "uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} --cov=src/apify --cov-report=xml:coverage-integration.xml tests/integration"
233+
integration-tests = "uv run pytest --numprocesses=${TESTS_CONCURRENCY:-8} tests/integration"
234+
integration-tests-cov = "uv run pytest --numprocesses=${TESTS_CONCURRENCY:-8} --cov=src/apify --cov-report=xml:coverage-integration.xml tests/integration"
235235
e2e-tests = "uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} tests/e2e"
236236
e2e-tests-cov = "uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} --cov=src/apify --cov-report=xml:coverage-e2e.xml tests/e2e"
237237
check-code = ["lint", "type-check", "unit-tests"]

0 commit comments

Comments
 (0)