1
0

faster and improved regtests

- print the test name before each test
 - start only needed agents (alice, bob, carol)
 - set settle_delay using setconfig instead of restarting daemon
 - test the watchtower ctn in test_watchtower
This commit is contained in:
ThomasV
2020-02-02 14:50:08 +01:00
parent cded582fe9
commit 4ec86d36a8
5 changed files with 77 additions and 66 deletions

View File

@@ -56,7 +56,6 @@ class SimpleConfig(Logger):
options = {}
Logger.__init__(self)
self.lightning_settle_delay = int(os.environ.get('ELECTRUM_DEBUG_LIGHTNING_SETTLE_DELAY', 0))
# This lock needs to be acquired for updating and reading the config in
# a thread-safe way.