summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-12 13:08:47 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:27 -0400
commit81efcc1c8979451e74725c97ad901a4bf5780a22 (patch)
treedc91d15cae4f0baf49a804950c4f561a60e32467 /src/test
parent8191c5948baaaf666aebb5201adb317026d28912 (diff)
meson: specify a timeout of 90 s for tests which take a bit longer
Both test-hashmap and test-benchmark need 10-11 s here, but might time out under load with the default meson timeout of 30 s.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 26b399dfc5..234fb77475 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -340,7 +340,8 @@ tests += [
'src/test/test-hashmap-plain.c',
test_hashmap_ordered_c],
[libshared],
- []],
+ [],
+ '', 'timeout=90'],
[['src/test/test-set.c'],
[libshared],
@@ -698,7 +699,8 @@ tests += [
[libjournal_core,
libshared],
[liblz4,
- libxz]],
+ libxz],
+ '', 'timeout=90'],
[['src/journal/test-audit-type.c'],
[libjournal_core,