From: Daan De Meyer Date: Wed, 15 May 2024 06:26:34 +0000 (+0200) Subject: TEST-21-DFUZZER: Fix priority X-Git-Tag: v256-rc3~76^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be60f55c2180da033c94b78b7ab8656d8abb6d51;p=thirdparty%2Fsystemd.git TEST-21-DFUZZER: Fix priority Tests with higher priority, not lower priority are started first. --- diff --git a/test/TEST-21-DFUZZER/meson.build b/test/TEST-21-DFUZZER/meson.build index aa6652910c7..3373df297c1 100644 --- a/test/TEST-21-DFUZZER/meson.build +++ b/test/TEST-21-DFUZZER/meson.build @@ -4,7 +4,7 @@ integration_tests += [ integration_test_template + { 'name' : fs.name(meson.current_source_dir()), 'timeout' : 3600, - 'priority' : -50, + 'priority' : 50, 'slow' : true, }, ]