1
0

increase sleep time in TestOnionMessageManager.test_forward

Co-authored-by: ghost43 <somber.night@protonmail.com>
This commit is contained in:
ThomasV
2025-02-20 18:05:21 +01:00
committed by GitHub
parent 6996574c8e
commit 7eec7e6a20

View File

@@ -439,7 +439,7 @@ class TestOnionMessageManager(ElectrumTestCase):
'onion_message_packet': onionmsg
})
finally:
await asyncio.sleep(TIME_STEP)
await asyncio.sleep(2*TIME_STEP)
self.logger.debug('stopping manager')
await t.stop()