increase sleep time in TestOnionMessageManager.test_forward
Co-authored-by: ghost43 <somber.night@protonmail.com>
This commit is contained in:
@@ -439,7 +439,7 @@ class TestOnionMessageManager(ElectrumTestCase):
|
|||||||
'onion_message_packet': onionmsg
|
'onion_message_packet': onionmsg
|
||||||
})
|
})
|
||||||
finally:
|
finally:
|
||||||
await asyncio.sleep(TIME_STEP)
|
await asyncio.sleep(2*TIME_STEP)
|
||||||
|
|
||||||
self.logger.debug('stopping manager')
|
self.logger.debug('stopping manager')
|
||||||
await t.stop()
|
await t.stop()
|
||||||
|
|||||||
Reference in New Issue
Block a user