Skip to content

Commit

Permalink
fix: correct timeout value in get_human_supervision_decision_api to 8…
Browse files Browse the repository at this point in the history
…6400 seconds for extended human review
  • Loading branch information
mlcocdav committed Jan 20, 2025
1 parent 86be087 commit 433119b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/asteroid_sdk/registration/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@ def wait_for_human_decision(supervision_request_id: UUID, timeout: int = 86400)
def get_human_supervision_decision_api(
supervision_request_id: UUID,
timeout: int = 86400) -> SupervisionDecision:
>>>>>>> 137ce1c (fix: increase timeout for human supervision to 24 hours)
"""Get the supervision decision from the backend API."""

client = APIClientFactory.get_client()
Expand Down

0 comments on commit 433119b

Please sign in to comment.