diff --git a/.github/workflows/_publish_to_pypi.yaml b/.github/workflows/_publish_to_pypi.yaml index c48c7056..98fb9691 100644 --- a/.github/workflows/_publish_to_pypi.yaml +++ b/.github/workflows/_publish_to_pypi.yaml @@ -16,7 +16,7 @@ jobs: id-token: write # Required for OIDC authentication. environment: name: pypi - url: https://pypi.org/project/crawlee + url: https://pypi.org/project/apify/ env: PYTHON_VERSION: 3.12 diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index c1c2d6bb..913cad32 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -228,7 +228,7 @@ async def _make_actor( name=actor_name, default_run_build='latest', default_run_memory_mbytes=256, - default_run_timeout_secs=300, + default_run_timeout_secs=600, versions=[ { 'versionNumber': '0.0',