Skip to content

Commit

Permalink
🔧 Increase default max duration for awaiting webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Dec 11, 2024
1 parent 4162cce commit 6567a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/util/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def check_webhook_state(
topic: CloudApiTopics,
state: str,
filter_map: Optional[Dict[str, str]] = None,
max_duration: int = 30,
max_duration: int = 45,
max_tries: int = 2,
delay: float = 0.5,
) -> Dict[str, Any]:
Expand Down

0 comments on commit 6567a2e

Please sign in to comment.