Skip to content

Commit 6a5d192

Browse files
authored
ci: fix PyPI project name, increase timeout for integration tests (#293)
1 parent dfef9f8 commit 6a5d192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_publish_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write # Required for OIDC authentication.
1717
environment:
1818
name: pypi
19-
url: https://pypi.org/project/crawlee
19+
url: https://pypi.org/project/apify/
2020
env:
2121
PYTHON_VERSION: 3.12
2222

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ async def _make_actor(
228228
name=actor_name,
229229
default_run_build='latest',
230230
default_run_memory_mbytes=256,
231-
default_run_timeout_secs=300,
231+
default_run_timeout_secs=600,
232232
versions=[
233233
{
234234
'versionNumber': '0.0',

0 commit comments

Comments
 (0)