meson: Raise test timeout to 3 minutes
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 7 Sep 2016 20:02:23 +0000 (17:02 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 9 Sep 2016 11:57:11 +0000 (08:57 -0300)
The videoscale testsuite (with 50 tests) last almost 2 minutes here

tests/check/meson.build

index c7527d2..1fa963d 100644 (file)
@@ -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