diff options
author | Philip Withnall <withnall@endlessm.com> | 2018-07-06 15:01:58 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2018-07-06 15:01:58 +0100 |
commit | 3e74d587cfc9969094512d3f5e4a6d39e2cd0b8f (patch) | |
tree | 347e6e4e525c0e2e3f9bb8cb7be55ca7d1cf8713 | |
parent | 6438e2c731e7e6c3c248c0c575b0e78d2518b6a2 (diff) | |
download | glib-3e74d587cfc9969094512d3f5e4a6d39e2cd0b8f.tar.gz |
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>
-rw-r--r-- | tests/refcount/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/refcount/meson.build b/tests/refcount/meson.build index 246bd12e7..9046bf7c7 100644 --- a/tests/refcount/meson.build +++ b/tests/refcount/meson.build @@ -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']], |