diff --git a/test/TEST-21-DFUZZER/meson.build b/test/TEST-21-DFUZZER/meson.build index b6fc39eb5a2..03cae4f7dae 100644 --- a/test/TEST-21-DFUZZER/meson.build +++ b/test/TEST-21-DFUZZER/meson.build @@ -2,4 +2,5 @@ test_params = test_params + { 'timeout' : 3600, + 'priority': -50, } diff --git a/test/meson.build b/test/meson.build index 3bc321d0ec7..4854c3806f0 100644 --- a/test/meson.build +++ b/test/meson.build @@ -413,6 +413,7 @@ foreach test_number, dirname : integration_tests 'mkosi_args' : [], 'timeout' : 1800, 'storage' : 'volatile', + 'priority' : 0, } # TODO: This fs.exists call isn't included in rebuild logic @@ -445,5 +446,6 @@ foreach test_number, dirname : integration_tests env : integration_test_env, args : args, timeout : test_params['timeout'], + priority : test_params['priority'], suite : 'integration-tests') endforeach