From 81ccca75387961bece303dbef2d89ee6061d02d2 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 7 Sep 2016 17:02:23 -0300 Subject: [PATCH] meson: Raise test timeout to 3 minutes The videoscale testsuite (with 50 tests) last almost 2 minutes here --- tests/check/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/meson.build b/tests/check/meson.build index c7527d2..1fa963d 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -125,7 +125,8 @@ foreach t : base_tests dependencies : [libm] + test_deps + extra_deps, ) test(test_name, exe, - env: test_env + ['GST_REGISTRY=@0@/@1@.registry'.format(meson.current_build_dir(), test_name)] + env: test_env + ['GST_REGISTRY=@0@/@1@.registry'.format(meson.current_build_dir(), test_name)], + timeout: 3 * 60 ) endif endforeach -- 2.7.4