fix/faster-tests (#5501)
continuous-integration/drone/push Build is passing

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5501
Co-authored-by: delliott <delliott@fsfe.org>
Co-committed-by: delliott <delliott@fsfe.org>
This commit was merged in pull request #5501.
This commit is contained in:
2025-11-17 05:48:37 +00:00
committed by tobiasd
parent 460cccc68e
commit b207ea38f7
7 changed files with 13 additions and 9 deletions
@@ -13,14 +13,12 @@ def no_rebuild_twice_test(mocker: MockFixture) -> None:
args = Namespace(
full=True,
languages=[
"ar",
"de",
"en",
"es",
"fr",
"it",
"nl",
"de",
],
log_level="DEBUG",
log_level="CRITICAL", # by only logging critical messages
# the build should be faster, as evaluating less trhings to strings
processes=8,
source=Path(),
serve=False,