test: increase timeout for test-journal-enum
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 26 Nov 2017 12:18:45 +0000 (13:18 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 26 Nov 2017 14:07:53 +0000 (15:07 +0100)
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

index 0a43fd0..9a8d620 100644 (file)
@@ -664,7 +664,8 @@ tests += [
           libshared],
          [threads,
           libxz,
-          liblz4]],
+          liblz4],
+         '', 'timeout=360'],
 
         [['src/journal/test-journal-stream.c'],
          [libjournal_core,