mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
small adjustments after CI run
This commit is contained in:
parent
da1522d2ca
commit
10e20d1a13
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user