From 10e20d1a1393d3a332b31cfee4f0495f0f7eb56f Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Wed, 27 Dec 2023 14:41:34 +0200 Subject: [PATCH] small adjustments after CI run --- src/steps/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps/filter.py b/src/steps/filter.py index b39de89a..bb8f83ac 100644 --- a/src/steps/filter.py +++ b/src/steps/filter.py @@ -128,7 +128,7 @@ class StepsFilter: {"requestId": request_id, "contentFilters": content_topic_list, "pubsubTopic": pubsub_topic}, node=node ) - @retry(stop=stop_after_delay(30), wait=wait_fixed(1), reraise=True) + @retry(stop=stop_after_delay(60), wait=wait_fixed(1), reraise=True) @allure.step def create_filter_subscription_with_retry(self, subscription, node=None): return self.create_filter_subscription(subscription, node)