mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
meson:tests: Bump timeout to 3 minutes
Basically we already have each test with a 20sec timeout, and testsuite can last more than the default 30secs from meson. 3 minutes is another arbitrary timeout but should be good enough.
This commit is contained in:
parent
c1bd6677c6
commit
006add672e
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ foreach t : core_tests
|
||||||
dependencies : glib_deps + gst_deps,
|
dependencies : glib_deps + gst_deps,
|
||||||
)
|
)
|
||||||
test(test_name, exe,
|
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
|
endif
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in a new issue