mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-15 22:08:17 +00:00
final attempt: more timeout for chutney, a comment about (trying to) skip integration failures
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user