mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: add one more second to messages with delay
This commit is contained in:
parent
8229e63839
commit
b720ba7811
@ -49,7 +49,7 @@ class TestRelayRLN(StepsRLN, StepsRelay):
|
||||
message = self.create_message(payload=to_base64(payload["value"]))
|
||||
try:
|
||||
if i % 2 == 1: # every sample with odd index is sent slowly
|
||||
delay(self.epoch_time)
|
||||
delay(self.epoch_time + 1)
|
||||
now = math.trunc(time())
|
||||
logger.debug(f"Message sent at timestamp {now}")
|
||||
self.publish_message(message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user