mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
final attempt: more timeout for chutney, a comment about (trying to) skip integration failures
This commit is contained in:
parent
c5f54a0cad
commit
411e32b0d4
@ -134,6 +134,10 @@ workflows:
|
|||||||
- "3.12"
|
- "3.12"
|
||||||
|
|
||||||
- "integration":
|
- "integration":
|
||||||
|
# attempt to ignore failures from this build, since it
|
||||||
|
# usually does (on one of the test_tor.py integration
|
||||||
|
# tests). This works locally with "tox 4.21.0" but not on
|
||||||
|
# the container.
|
||||||
tox-args: "-x testenv.integration.ignore_outcome=True -- integration"
|
tox-args: "-x testenv.integration.ignore_outcome=True -- integration"
|
||||||
requires:
|
requires:
|
||||||
# If the unit test suite doesn't pass, don't bother running the
|
# If the unit test suite doesn't pass, don't bother running the
|
||||||
|
@ -425,7 +425,7 @@ def tor_network(reactor, temp_dir, chutney, request):
|
|||||||
env.update(chutney_env)
|
env.update(chutney_env)
|
||||||
env.update({
|
env.update({
|
||||||
# default is 60, probably too short for reliable automated use.
|
# 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')
|
chutney_argv = (sys.executable, '-m', 'chutney.TorNet')
|
||||||
def chutney(argv):
|
def chutney(argv):
|
||||||
|
Loading…
Reference in New Issue
Block a user