From 33326e27fbe1f190f4ec117bd3d4e0989ec35ff1 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:58:02 +0200 Subject: [PATCH] shorter sleep in test_wallet_subscription_swap --- tests/test_wallet_subscription.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_wallet_subscription.py b/tests/test_wallet_subscription.py index a49e0f12..ce77a16f 100644 --- a/tests/test_wallet_subscription.py +++ b/tests/test_wallet_subscription.py @@ -88,7 +88,7 @@ def callback(msg: JSONRPCNotficationParams): _ = await wallet.split_to_send(wallet.proofs, 64) - wait = 2 + wait = 1 await asyncio.sleep(wait) assert triggered