mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +00:00
tests: Increase timeout value to 360 sec
Use consistent timeout value with core and other plugins. Otherwise, valgrind sometimes timed out with default timeout 30sec.
This commit is contained in:
parent
8b3e304f15
commit
e2533a68dc
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ foreach t : ges_tests
|
||||||
include_directories : [configinc],
|
include_directories : [configinc],
|
||||||
dependencies : libges_deps + [gstcheck_dep, ges_dep],
|
dependencies : libges_deps + [gstcheck_dep, ges_dep],
|
||||||
)
|
)
|
||||||
test(test_name, exe, env: env)
|
test(test_name, exe, env: env, timeout : 3 * 60)
|
||||||
endif
|
endif
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue