]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-64-UDEV-STORAGE: Give higher priority
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 15 May 2024 05:27:00 +0000 (07:27 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 15 May 2024 06:27:26 +0000 (08:27 +0200)
Some of the udev storage tests can take quite a while, so let's make
sure they start early enough.

test/TEST-64-UDEV-STORAGE/meson.build

index ba1d1f8ed3cbc78df96279f39757bc2ce02ba1d3..3c206d9f54e3d4c7d20b85c9ccd61c690dd0a76c 100644 (file)
@@ -32,6 +32,7 @@ foreach testcase : [
                         'mkosi-args' : integration_test_template['mkosi-args'] + [
                                 '--configure-script', files('@0@.configure'.format(testcase)),
                         ],
+                        'priority' : 10,
                 },
         ]
 endforeach