final attempt: more timeout for chutney, a comment about (trying to) skip integration failures

This commit is contained in:
meejah
2024-12-13 12:12:42 -07:00
parent c5f54a0cad
commit 411e32b0d4
2 changed files with 5 additions and 1 deletions

View File

@ -425,7 +425,7 @@ def tor_network(reactor, temp_dir, chutney, request):
env.update(chutney_env)
env.update({
# default is 60, probably too short for reliable automated use.
"CHUTNEY_START_TIME": "600",
"CHUTNEY_START_TIME": "1200",
})
chutney_argv = (sys.executable, '-m', 'chutney.TorNet')
def chutney(argv):