[folks/wip/nielsdg/eds-parallel-tests] eds: Run the tests in parallel



commit a6c2751d2ba22aec2e9978d5de44a004e3acbdc5
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jun 7 13:51:28 2020 +0200

    eds: Run the tests in parallel
    
    It seems that we can sucesfully run the E-D-S backend tests in parallel,
    so let's just do that to get them done with quicker.
    
    Fixes https://gitlab.gnome.org/GNOME/folks/-/issues/69

 tests/eds/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/tests/eds/meson.build b/tests/eds/meson.build
index 4723d6ca..1b8b8d4b 100644
--- a/tests/eds/meson.build
+++ b/tests/eds/meson.build
@@ -74,7 +74,6 @@ foreach _test: eds_tests
 
   test(_test, test_executable,
     suite: 'EDSBackend',
-    is_parallel: false, # FIXME: https://gitlab.gnome.org/GNOME/folks/issues/69
     env: common_test_environment,
     timeout: 60, # We double the timeout for slower machines (especially for the stress test)
   )


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