diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-04-06 21:24:17 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-04-07 09:32:42 +0200 |
commit | 65d09d575cf74c34098ff4f3ab53fc7587805811 (patch) | |
tree | 6333035c4627c3d57b1c99ee70d2b144c3cebab5 /src/test/meson.build | |
parent | Merge pull request #19135 from bluca/coredump_decode (diff) | |
download | systemd-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.build | 3 |
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']], |