From 6567a2e081e4a57c7bcd204aad57a4f096ce40df Mon Sep 17 00:00:00 2001 From: ff137 Date: Wed, 11 Dec 2024 17:50:13 +0200 Subject: [PATCH] :wrench: Increase default max duration for awaiting webhooks --- app/tests/util/webhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/util/webhooks.py b/app/tests/util/webhooks.py index 679ee184b..3f3878835 100644 --- a/app/tests/util/webhooks.py +++ b/app/tests/util/webhooks.py @@ -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]: