Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading