[glib: 3/4] meson: Mark gdatetime test as slow
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/4] meson: Mark gdatetime test as slow
- Date: Fri, 2 Nov 2018 11:02:58 +0000 (UTC)
commit 03413d5a877c2bf68f6ff335bc71abd6e6ad22a8
Author: Simon McVittie <smcv collabora com>
Date: Thu Nov 1 19:03:16 2018 +0000
meson: Mark gdatetime test as slow
This test isn't inherently slow, but it produces so much output that
it can take a minute or more on hardware with weak I/O performance.
Signed-off-by: Simon McVittie <smcv collabora com>
glib/tests/meson.build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index af32fc637..157708068 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -20,7 +20,9 @@ glib_tests = {
'environment' : {},
'error' : {},
'fileutils' : {},
- 'gdatetime' : {},
+ 'gdatetime' : {
+ 'suite' : ['slow'],
+ },
'guuid' : {},
'gvariant' : {
'suite' : ['slow'],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]