ttest_payment_race: increase delay - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 5175a976711101a29f9c3710f7eda5b1cfa04229 DIR parent f32d49b8cad25ff653a940e6c7fda1d86c88e17c HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 28 Feb 2021 09:43:46 +0100 ttest_payment_race: increase delay Diffstat: M electrum/tests/test_lnpeer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/tests/test_lnpeer.py b/electrum/tests/test_lnpeer.py t@@ -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)