mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-02 18:35:00 +01:00
pytest: Disable DNS lookups during test runs
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
91c2416657
commit
e556bf4f36
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ LIGHTNINGD_CONFIG = {
|
|||
"cltv-final": 5,
|
||||
"watchtime-blocks": 5,
|
||||
"rescan": 1,
|
||||
'disable-dns': None,
|
||||
}
|
||||
|
||||
DEVELOPER = os.getenv("DEVELOPER", "0") == "1"
|
||||
|
|
Loading…
Add table
Reference in a new issue