1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00
systemd/test/TEST-21-DFUZZER/meson.build
Daan De Meyer ae25df53bf TEST-21-DFUZZER: Give higher priority
This test takes a long time to run. Let's make sure it is started
first to avoid it being the only test running for a long time at the
end.
2024-05-06 10:56:55 +02:00

7 lines
129 B
Meson

# SPDX-License-Identifier: LGPL-2.1-or-later
test_params = test_params + {
'timeout' : 3600,
'priority': -50,
}