]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Set priority for TEST-73-LOCALE
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 5 Jul 2024 20:31:55 +0000 (22:31 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 6 Jul 2024 00:07:03 +0000 (02:07 +0200)
I don't know why yet, but TEST-73-LOCALE can take more than 10
minutes. Until we figure out why, let's give it a higher priority
so it doesn't bottleneck the test run.

test/TEST-73-LOCALE/meson.build

index 8dec5f37e73a80d31833a772fa16883b02a07615..4f50d66e550481010d7e8d5185c17224543b0a81 100644 (file)
@@ -3,5 +3,6 @@
 integration_tests += [
         integration_test_template + {
                 'name' : fs.name(meson.current_source_dir()),
+                'priority' : 10,
         },
 ]