From: Luca Boccassi Date: Tue, 6 Apr 2021 19:24:17 +0000 (+0100) Subject: Bump test-random-util timeout X-Git-Tag: v249-rc1~467 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65d09d575cf74c34098ff4f3ab53fc7587805811;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/test/meson.build b/src/test/meson.build index 45f1fd6e3f4..1aa0c56b623 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']],