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