Skip to content

Commit

Permalink
@odeimaiz: increase timeout for list_services_paginated rpc call
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 15, 2024
1 parent 2778494 commit 70599d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def _call(
user_id=user_id,
limit=limit,
offset=offset,
timeout_s=4 * RPC_REQUEST_DEFAULT_TIMEOUT_S,
timeout_s=10 * RPC_REQUEST_DEFAULT_TIMEOUT_S,
)

result = await _call(
Expand Down

0 comments on commit 70599d5

Please sign in to comment.