From: Daan De Meyer Date: Wed, 15 May 2024 05:27:00 +0000 (+0200) Subject: TEST-64-UDEV-STORAGE: Give higher priority X-Git-Tag: v256-rc3~76^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7379849ce01383fff8a33f08060b2f6e9b2aa02e;p=thirdparty%2Fsystemd.git TEST-64-UDEV-STORAGE: Give higher priority Some of the udev storage tests can take quite a while, so let's make sure they start early enough. --- diff --git a/test/TEST-64-UDEV-STORAGE/meson.build b/test/TEST-64-UDEV-STORAGE/meson.build index ba1d1f8ed3c..3c206d9f54e 100644 --- a/test/TEST-64-UDEV-STORAGE/meson.build +++ b/test/TEST-64-UDEV-STORAGE/meson.build @@ -32,6 +32,7 @@ foreach testcase : [ 'mkosi-args' : integration_test_template['mkosi-args'] + [ '--configure-script', files('@0@.configure'.format(testcase)), ], + 'priority' : 10, }, ] endforeach