From: Daan De Meyer Date: Fri, 5 Jul 2024 20:31:55 +0000 (+0200) Subject: test: Set priority for TEST-73-LOCALE X-Git-Tag: v257-rc1~953 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14963ea90d72300d3e27b5776d1aa45594b10a94;p=thirdparty%2Fsystemd.git test: Set priority for TEST-73-LOCALE 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. --- diff --git a/test/TEST-73-LOCALE/meson.build b/test/TEST-73-LOCALE/meson.build index 8dec5f37e73..4f50d66e550 100644 --- a/test/TEST-73-LOCALE/meson.build +++ b/test/TEST-73-LOCALE/meson.build @@ -3,5 +3,6 @@ integration_tests += [ integration_test_template + { 'name' : fs.name(meson.current_source_dir()), + 'priority' : 10, }, ]