diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-06 18:16:09 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-06 18:16:24 +0200 |
commit | f3548f28b3cbdb8387ac4e5ae73b49a975d83cb5 (patch) | |
tree | 0dcc3b7815ebcd00dd1c9d76af16bcf8c3238445 /test/TEST-21-DFUZZER | |
parent | mkosi: Install python3-psutil (diff) | |
download | systemd-f3548f28b3cbdb8387ac4e5ae73b49a975d83cb5.tar.xz systemd-f3548f28b3cbdb8387ac4e5ae73b49a975d83cb5.zip |
meson: Fix formatting
Diffstat (limited to 'test/TEST-21-DFUZZER')
-rw-r--r-- | test/TEST-21-DFUZZER/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-21-DFUZZER/meson.build b/test/TEST-21-DFUZZER/meson.build index 03cae4f7da..e107b85561 100644 --- a/test/TEST-21-DFUZZER/meson.build +++ b/test/TEST-21-DFUZZER/meson.build @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-2.1-or-later -test_params = test_params + { +test_params += { 'timeout' : 3600, - 'priority': -50, + 'priority' : -50, } |