mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
meson: Raise test timeout to 3 minutes
The videoscale testsuite (with 50 tests) last almost 2 minutes here
This commit is contained in:
parent
afaa3f1380
commit
81ccca7538
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue