]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-21-DFUZZER: Bump timeout to 1h
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 2 May 2024 06:48:57 +0000 (08:48 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 May 2024 08:56:55 +0000 (10:56 +0200)
test/TEST-21-DFUZZER/meson.build [new file with mode: 0644]

diff --git a/test/TEST-21-DFUZZER/meson.build b/test/TEST-21-DFUZZER/meson.build
new file mode 100644 (file)
index 0000000..b6fc39e
--- /dev/null
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+test_params = test_params + {
+        'timeout' : 3600,
+}