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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user