electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 5175a976711101a29f9c3710f7eda5b1cfa04229
parent f32d49b8cad25ff653a940e6c7fda1d86c88e17c
Author: ThomasV <thomasv@electrum.org>
Date:   Sun, 28 Feb 2021 09:43:46 +0100

test_payment_race: increase delay

Diffstat:
Melectrum/tests/test_lnpeer.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/tests/test_lnpeer.py b/electrum/tests/test_lnpeer.py @@ -519,7 +519,7 @@ class TestPeer(ElectrumTestCase): ) p2.maybe_send_commitment = _maybe_send_commitment2 # sleep a bit so that they both receive msgs sent so far - await asyncio.sleep(0.1) + await asyncio.sleep(0.2) # now they both send COMMITMENT_SIGNED p1.maybe_send_commitment(alice_channel) p2.maybe_send_commitment(bob_channel)