From 14963ea90d72300d3e27b5776d1aa45594b10a94 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 5 Jul 2024 22:31:55 +0200 Subject: [PATCH] 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. --- test/TEST-73-LOCALE/meson.build | 1 + 1 file changed, 1 insertion(+) 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, }, ] -- 2.47.3