mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 22:29:17 +02:00
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>
This commit is contained in:
parent
6e1311c977
commit
faaf0fb83c
@ -225,7 +225,10 @@ if host_machine.system() != 'windows'
|
|||||||
'extra_sources' : extra_sources,
|
'extra_sources' : extra_sources,
|
||||||
'suite' : ['slow'],
|
'suite' : ['slow'],
|
||||||
},
|
},
|
||||||
'gmenumodel' : {'extra_sources' : extra_sources},
|
'gmenumodel' : {
|
||||||
|
'extra_sources' : extra_sources,
|
||||||
|
'suite' : ['slow'],
|
||||||
|
},
|
||||||
'gnotification' : {
|
'gnotification' : {
|
||||||
'extra_sources' : [extra_sources, 'gnotification-server.c'],
|
'extra_sources' : [extra_sources, 'gnotification-server.c'],
|
||||||
},
|
},
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
refcount_tests = [
|
refcount_tests = [
|
||||||
['closures', 'closures.c', []],
|
['closures', 'closures.c', [], 90],
|
||||||
['objects', 'objects.c', []],
|
['objects', 'objects.c', []],
|
||||||
['objects2', 'objects2.c', [], 90],
|
['objects2', 'objects2.c', [], 90],
|
||||||
['properties', 'properties.c', []],
|
['properties', 'properties.c', []],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user