summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-07-06 15:01:40 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-07-06 15:01:40 +0100
commit6438e2c731e7e6c3c248c0c575b0e78d2518b6a2 (patch)
treebfe19679f0195243ce6f2cb2e0831536f60528fa
parentb1e0f09e7dd45dc6b387d6cf14b928e722b9de19 (diff)
downloadglib-6438e2c731e7e6c3c248c0c575b0e78d2518b6a2.tar.gz
tests: Mark gdbus-threading test as slow
It often takes a bit more than 30s on my local machine to run. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--gio/tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index 130a51d03..286c5d6ed 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -70,6 +70,7 @@ gio_tests = [
slow_tests = [
'actions',
'gdbus-export',
+ 'gdbus-threading',
'testfilemonitor',
]