test: Fix typos in tests

This commit is contained in:
MarcoFalke
2021-09-27 14:25:00 +02:00
parent faeae2980f
commit fa6c1e850f
2 changed files with 2 additions and 2 deletions

View File

@@ -366,7 +366,7 @@ def write_config(config_path, *, n, chain, extra_config="", disable_autoconnect=
f.write("listenonion=0\n")
# Increase peertimeout to avoid disconnects while using mocktime.
# peertimeout is measured in wall clock time, so setting it to the
# duration of the longest test is sufficient. It can be overriden in
# duration of the longest test is sufficient. It can be overridden in
# tests.
f.write("peertimeout=999999\n")
f.write("printtoconsole=0\n")