mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
pytest: two more timeouts on Travis.
Reduce test_feerate_stress iterations, and simply don't run test_pay_retry under VALGRIND with SLOW_MACHINE at all. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1538,6 +1538,7 @@ def test_pay_variants(node_factory):
|
||||
|
||||
|
||||
@unittest.skipIf(not DEVELOPER, "gossip without DEVELOPER=1 is slow")
|
||||
@unittest.skipIf(VALGRIND and SLOW_MACHINE, "Travis times out under valgrind")
|
||||
def test_pay_retry(node_factory, bitcoind):
|
||||
"""Make sure pay command retries properly. """
|
||||
def exhaust_channel(funder, fundee, scid, already_spent=0):
|
||||
|
||||
Reference in New Issue
Block a user