From: Zbigniew Jędrzejewski-Szmek Date: Sun, 26 Nov 2017 12:18:45 +0000 (+0100) Subject: test: increase timeout for test-journal-enum X-Git-Tag: v236~110^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76b38997c90e93815e97eabccc8906fa41dfc6d6;p=platform%2Fupstream%2Fsystemd.git test: increase timeout for test-journal-enum This reads the journal from the host system, and in case of a slow disk, the 30s default can be easily exceeded. --- diff --git a/src/test/meson.build b/src/test/meson.build index 0a43fd0..9a8d620 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -664,7 +664,8 @@ tests += [ libshared], [threads, libxz, - liblz4]], + liblz4], + '', 'timeout=360'], [['src/journal/test-journal-stream.c'], [libjournal_core,