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/integration/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def call_with_exp_backoff(
fn: Callable[[], Awaitable[T]],
*,
rq_access_mode: Literal['single', 'shared'],
max_retries: int = 3,
max_retries: int = 5,
) -> T | None:
"""Call an async callable with exponential backoff retries until it returns a truthy value.

Expand Down
Loading