From: Daan De Meyer Date: Wed, 15 May 2024 05:26:15 +0000 (+0200) Subject: TEST-85-NETWORK: Give higher priority X-Git-Tag: v256-rc3~76^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4197900135ca125daad6389fa19e200b53513f5b;p=thirdparty%2Fsystemd.git TEST-85-NETWORK: Give higher priority Some of the networkd tests can take quite a while, so let's make sure they start early enough. --- diff --git a/test/TEST-85-NETWORK/meson.build b/test/TEST-85-NETWORK/meson.build index 95b91f77dfc..44f75ca208d 100644 --- a/test/TEST-85-NETWORK/meson.build +++ b/test/TEST-85-NETWORK/meson.build @@ -37,6 +37,7 @@ foreach testcase : [ 'cmdline' : integration_test_template['cmdline'] + [ 'systemd.setenv=TEST_MATCH_TESTCASE=@0@'.format(testcase) ], + 'priority' : 10, }, ] endforeach