From 82e56d78e46504aab5917b606eae67e1a3b54603 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 29 May 2019 16:18:30 -0400 Subject: [PATCH 4/4] Extend timeout for header test Signed-off-by: Stephen Gallagher --- modulemd/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modulemd/meson.build b/modulemd/meson.build index e5912d4041ba3e427d13b98c0eeca5217d48244b..0741736a12b4457559ade0a5372ff4b25743fce3 100644 --- a/modulemd/meson.build +++ b/modulemd/meson.build @@ -306,11 +306,12 @@ endif if build_api_v2 subdir('v2') import_header_script = find_program('common/tests/test-import-headers.sh') test ('test_v2_import_headers', import_header_script, env : test_env, - args : modulemd_v2_hdrs) + args : modulemd_v2_hdrs, + timeout : 300) endif if valgrind.found() modulemd_valgrind_scripts = files('common/tests/test-valgrind.py') test ('valgrind', python3, -- 2.21.0