summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-09-20 17:51:18 +0100
committerXavier Claessens <xavier.claessens@collabora.com>2018-10-10 13:51:06 -0400
commitfaaf0fb83c110692a4fcac038484c2d7f8a1c99b (patch)
tree0d93075e721b74d84a56b225238a3c49f7229fd1 /tests
parent6e1311c97727b814307d53cf0253945eeeea15b3 (diff)
tests: Mark two more tests as slow
These keep on taking just longer than 30s on my local machine when run in parallel with the rest of the tests (i.e. with `ninja test`). Testing them individually, they do terminate correctly. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/refcount/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/refcount/meson.build b/tests/refcount/meson.build
index 9046bf7c7..afec05114 100644
--- a/tests/refcount/meson.build
+++ b/tests/refcount/meson.build
@@ -1,5 +1,5 @@
refcount_tests = [
- ['closures', 'closures.c', []],
+ ['closures', 'closures.c', [], 90],
['objects', 'objects.c', []],
['objects2', 'objects2.c', [], 90],
['properties', 'properties.c', []],