]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Bump test-random-util timeout
authorLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 6 Apr 2021 19:24:17 +0000 (20:24 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 7 Apr 2021 07:32:42 +0000 (09:32 +0200)
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.

src/test/meson.build

index 45f1fd6e3f4f894437355331ad850cb85fb7b6bd..1aa0c56b623f23c759e113290987b165ba220c09 100644 (file)
@@ -160,7 +160,8 @@ tests += [
 
         [['src/test/test-random-util.c'],
          [],
-         [libm]],
+         [libm],
+         [], '', 'timeout=120'],
 
         [['src/test/test-format-table.c']],