From 7eec7e6a208661afec457d3865d4ea43c266ab17 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 20 Feb 2025 18:05:21 +0100 Subject: [PATCH] increase sleep time in TestOnionMessageManager.test_forward Co-authored-by: ghost43 --- tests/test_onion_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_onion_message.py b/tests/test_onion_message.py index 2ad9b1de7..3640eaeac 100644 --- a/tests/test_onion_message.py +++ b/tests/test_onion_message.py @@ -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()