mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-20 01:09:29 +00:00
fix reruns
This commit is contained in:
parent
1e8008908b
commit
4325ac1294
@ -226,7 +226,7 @@ class TestRelayPublish(StepsRelay):
|
||||
self.node2.unpause()
|
||||
self.check_published_message_reaches_relay_peer(self.create_message(payload=to_base64("M2")))
|
||||
|
||||
@pytest.mark.flaky(retries=5, delay=0)
|
||||
@pytest.mark.flaky(reruns=5)
|
||||
def test_publish_after_node1_restarts(self):
|
||||
self.check_published_message_reaches_relay_peer()
|
||||
self.node1.restart()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user