summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 53a4be20e..19d8b1777 100644
--- a/meson.build
+++ b/meson.build
@@ -151,6 +151,10 @@ common_test_env = [
'MALLOC_CHECK_=2',
]
+# Note: this may cause the tests output not to be printed when running in
+# verbose mode, see https://github.com/mesonbuild/meson/issues/11185
+# Can be changed it to 'exitcode' if required during development.
+test_protocol = 'tap'
test_timeout = 30
test_timeout_slow = 90