[glib: 9/10] tests: Mark refcount/properties2 test as slow



commit 3e74d587cfc9969094512d3f5e4a6d39e2cd0b8f
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Jul 6 15:01:58 2018 +0100

    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>

 tests/refcount/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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']],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]