Skip to content

Commit

Permalink
gstreamer-meson.eclass: Increase test timeout
Browse files Browse the repository at this point in the history
gst-plugins-good fails flvmux or other tests sometimes for me on timeout
otherwise, probably from running with a high amount of parallel tests
having some longer-running take even longer.

Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Apr 1, 2024
1 parent 7c0aafd commit 3e0264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/gstreamer-meson.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ gstreamer-meson_pkg_setup() {
# @DESCRIPTION:
# Tests the gstreamer plugin (non-split)
gstreamer_multilib_src_test() {
GST_GL_WINDOW=x11 virtx eninja test
GST_GL_WINDOW=x11 virtx meson test --timeout-multiplier 5
}

# @FUNCTION: gstreamer_multilib_src_install
Expand Down

0 comments on commit 3e0264e

Please sign in to comment.