mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
tests: move EXP_DF into the testing utils
This commit is contained in:
@@ -79,6 +79,7 @@ TEST_DEBUG = env("TEST_DEBUG", "0") == "1"
|
||||
SLOW_MACHINE = env("SLOW_MACHINE", "0") == "1"
|
||||
DEPRECATED_APIS = env("DEPRECATED_APIS", "0") == "1"
|
||||
TIMEOUT = int(env("TIMEOUT", 180 if SLOW_MACHINE else 60))
|
||||
EXPERIMENTAL_DUAL_FUND = env("EXPERIMENTAL_DUAL_FUND", "0") == "1"
|
||||
|
||||
|
||||
def wait_for(success, timeout=TIMEOUT):
|
||||
|
||||
Reference in New Issue
Block a user