[gegl] tests: increase timeout for pnm-ascii-load test



commit 5c6ec28924f8d0df1614517e7b4891ce2f7c1e42
Author: John Marshall <jtm home gmail com>
Date:   Fri Jan 29 23:10:27 2021 +0000

    tests: increase timeout for pnm-ascii-load test

 tests/compositions/meson.build | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/tests/compositions/meson.build b/tests/compositions/meson.build
index 188c17017..0337a9b50 100644
--- a/tests/compositions/meson.build
+++ b/tests/compositions/meson.build
@@ -68,6 +68,12 @@ if jasper.found()
   composition_tests_without_opencl += 'jp2-load'
 endif
 
+# Timeout for tests that require extra time to run
+#   test-name : timeout <int>
+composition_tests_set_timeout = {
+  'pnm-ascii-load' : 120
+}
+
 # Tests that are expected to fail - must also appear in the main lists
 composition_tests_fail = [
   'matting-global',
@@ -97,6 +103,7 @@ foreach _test : tests
     should_fail: composition_tests_fail.contains(_test),
     suite: 'composition',
     is_parallel: gegl_test_parallel,
+    timeout: composition_tests_set_timeout.get(_test, 30),
   )
 
   # with opencl
@@ -116,6 +123,7 @@ foreach _test : tests
       should_fail: composition_tests_fail.contains(_test),
       suite: 'composition',
       is_parallel: gegl_test_parallel,
+      timeout: composition_tests_set_timeout.get(_test, 30),
     )
   endif
 endforeach


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]