From bab85e48a6f4c32a9e8ab201cdaf4a0568c74da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 7 Dec 2020 17:00:53 +0400 Subject: [PATCH] meson: increase default timeout for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Message-Id: <20201207130055.462734-4-marcandre.lureau@redhat.com> Signed-off-by: David Gibson --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/meson.build b/tests/meson.build index 9d3a4e7..fa06824 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -127,4 +127,5 @@ test( workdir: meson.current_build_dir(), depends: dumptrees_dtb, env: env, + timeout: 1800, # mostly for valgrind )