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:
Philip Withnall 2018-09-20 17:51:18 +01:00
parent f928dfdf57
commit 18456b74a6
2 changed files with 5 additions and 2 deletions

View File

@ -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'],
},

View File

@ -1,5 +1,5 @@
refcount_tests = [
['closures', 'closures.c', []],
['closures', 'closures.c', [], 90],
['objects', 'objects.c', []],
['objects2', 'objects2.c', [], 90],
['properties', 'properties.c', []],