mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01: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
f928dfdf57
commit
18456b74a6
@ -226,7 +226,10 @@ if host_machine.system() != 'windows'
|
||||
'extra_sources' : extra_sources,
|
||||
'suite' : ['slow'],
|
||||
},
|
||||
'gmenumodel' : {'extra_sources' : extra_sources},
|
||||
'gmenumodel' : {
|
||||
'extra_sources' : extra_sources,
|
||||
'suite' : ['slow'],
|
||||
},
|
||||
'gnotification' : {
|
||||
'extra_sources' : [extra_sources, 'gnotification-server.c'],
|
||||
},
|
||||
|
@ -1,5 +1,5 @@
|
||||
refcount_tests = [
|
||||
['closures', 'closures.c', []],
|
||||
['closures', 'closures.c', [], 90],
|
||||
['objects', 'objects.c', []],
|
||||
['objects2', 'objects2.c', [], 90],
|
||||
['properties', 'properties.c', []],
|
||||
|
Loading…
Reference in New Issue
Block a user