mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
fix warm up
This commit is contained in:
parent
f05f5d6ce9
commit
08a3d01413
@ -12,7 +12,7 @@ logger = get_custom_logger(__name__)
|
||||
@pytest.mark.usefixtures("setup_main_relay_nodes", "subscribe_main_relay_nodes")
|
||||
class TestRelayPublish(StepsRelay):
|
||||
@pytest.fixture(scope="function", autouse=True)
|
||||
def relay_warm_up(self):
|
||||
def relay_warm_up(self, subscribe_main_relay_nodes):
|
||||
try:
|
||||
self.wait_for_published_message_to_reach_peer()
|
||||
logger.info("WARM UP successful for the main nodes!!")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user