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:
Seungha Yang 2019-01-14 10:16:18 +09:00
parent 8b3e304f15
commit e2533a68dc

View file

@ -65,7 +65,7 @@ foreach t : ges_tests
include_directories : [configinc],
dependencies : libges_deps + [gstcheck_dep, ges_dep],
)
test(test_name, exe, env: env)
test(test_name, exe, env: env, timeout : 3 * 60)
endif
endforeach