From 76b38997c90e93815e97eabccc8906fa41dfc6d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 26 Nov 2017 13:18:45 +0100 Subject: [PATCH] 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. --- src/test/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/meson.build b/src/test/meson.build index 0a43fd03d8..9a8d620bac 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, -- 2.25.1