meson: Raise test timeout to 3 minutes

The videoscale testsuite (with 50 tests) last almost 2 minutes here
This commit is contained in:
Thibault Saunier 2016-09-07 17:02:23 -03:00
parent afaa3f1380
commit 81ccca7538

View file

@ -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