Skip to content
Merged
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 tests/unit/crawlers/_basic/test_basic_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ async def test_timeout_in_handler(sleep_type: str) -> None:
# Test is skipped in older Python versions.
from asyncio import timeout # type:ignore[attr-defined] # noqa: PLC0415

non_realtime_system_coefficient = 2
non_realtime_system_coefficient = 10
handler_timeout = timedelta(seconds=1)
max_request_retries = 3
double_handler_timeout_s = handler_timeout.total_seconds() * 2
Expand Down
Loading