We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfef9f8 commit 6a5d192Copy full SHA for 6a5d192
.github/workflows/_publish_to_pypi.yaml
@@ -16,7 +16,7 @@ jobs:
16
id-token: write # Required for OIDC authentication.
17
environment:
18
name: pypi
19
- url: https://pypi.org/project/crawlee
+ url: https://pypi.org/project/apify/
20
env:
21
PYTHON_VERSION: 3.12
22
tests/integration/conftest.py
@@ -228,7 +228,7 @@ async def _make_actor(
228
name=actor_name,
229
default_run_build='latest',
230
default_run_memory_mbytes=256,
231
- default_run_timeout_secs=300,
+ default_run_timeout_secs=600,
232
versions=[
233
{
234
'versionNumber': '0.0',
0 commit comments