projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172ffeb
)
test: Set priority for TEST-73-LOCALE
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Fri, 5 Jul 2024 20:31:55 +0000
(22:31 +0200)
committer
Luca Boccassi
<bluca@debian.org>
Mon, 22 Jul 2024 09:26:01 +0000
(10:26 +0100)
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.
(cherry picked from commit
14963ea90d72300d3e27b5776d1aa45594b10a94
)
test/TEST-73-LOCALE/meson.build
patch
|
blob
|
history
diff --git
a/test/TEST-73-LOCALE/meson.build
b/test/TEST-73-LOCALE/meson.build
index 8dec5f37e73a80d31833a772fa16883b02a07615..4f50d66e550481010d7e8d5185c17224543b0a81 100644
(file)
--- 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,
},
]