summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-06-07 13:51:28 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2020-06-07 13:51:28 +0200
commita6c2751d2ba22aec2e9978d5de44a004e3acbdc5 (patch)
tree4ecc8d45687c3dfda291ec04d8f48ee8c15cb4c2
parentd053b7b1a0204240358d6cd51dc22fcf8fb3ebd9 (diff)
downloadfolks-a6c2751d2ba22aec2e9978d5de44a004e3acbdc5.tar.gz
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
-rw-r--r--tests/eds/meson.build1
1 files changed, 0 insertions, 1 deletions
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)
)