From 7379849ce01383fff8a33f08060b2f6e9b2aa02e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 15 May 2024 07:27:00 +0200 Subject: [PATCH] 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. --- test/TEST-64-UDEV-STORAGE/meson.build | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3