mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
tests: Mark refcount/properties2 test as slow
It often takes a bit more than 30s to run on my local machine. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
6438e2c731
commit
3e74d587cf
@ -3,7 +3,7 @@ refcount_tests = [
|
||||
['objects', 'objects.c', []],
|
||||
['objects2', 'objects2.c', [], 90],
|
||||
['properties', 'properties.c', []],
|
||||
['properties2', 'properties2.c', []],
|
||||
['properties2', 'properties2.c', [], 90],
|
||||
['properties3', 'properties3.c', [], 90], # extra long timeout
|
||||
['properties4', 'properties4.c', []],
|
||||
['signal1', 'signals.c', ['-DTESTNUM=1']],
|
||||
|
Loading…
Reference in New Issue
Block a user