summaryrefslogtreecommitdiffstats
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-04-06 21:24:17 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-04-07 09:32:42 +0200
commit65d09d575cf74c34098ff4f3ab53fc7587805811 (patch)
tree6333035c4627c3d57b1c99ee70d2b144c3cebab5 /src/test/meson.build
parentMerge pull request #19135 from bluca/coredump_decode (diff)
downloadsystemd-65d09d575cf74c34098ff4f3ab53fc7587805811.tar.xz
systemd-65d09d575cf74c34098ff4f3ab53fc7587805811.zip
Bump test-random-util timeout
It is using log_trace, which we enabled in the CI, so now it's slower and it is timing out. Bump the timeout from 30s to 120s.
Diffstat (limited to '')
-rw-r--r--src/test/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 45f1fd6e3f..1aa0c56b62 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -160,7 +160,8 @@ tests += [
[['src/test/test-random-util.c'],
[],
- [libm]],
+ [libm],
+ [], '', 'timeout=120'],
[['src/test/test-format-table.c']],