mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pytest: Disable DNS lookups during test runs
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -24,6 +24,7 @@ LIGHTNINGD_CONFIG = {
|
|||||||
"cltv-final": 5,
|
"cltv-final": 5,
|
||||||
"watchtime-blocks": 5,
|
"watchtime-blocks": 5,
|
||||||
"rescan": 1,
|
"rescan": 1,
|
||||||
|
'disable-dns': None,
|
||||||
}
|
}
|
||||||
|
|
||||||
DEVELOPER = os.getenv("DEVELOPER", "0") == "1"
|
DEVELOPER = os.getenv("DEVELOPER", "0") == "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user