[pygobject] meson: increase the test timeout



commit 6242f957eb47f8a68e24f4c440c4b6ffd8ae3c3d
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sun May 13 21:40:09 2018 +0200

    meson: increase the test timeout
    
    we run the whole test suite as one test

 tests/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 8b05da36..5933ddba 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -123,4 +123,5 @@ envdata.append('TESTS_BUILDDIR', meson.current_build_dir())
 
 test('pygobject-test-suite', python,
   args : [join_paths(meson.current_source_dir(), 'runtests.py')],
-  env : envdata)
+  env : envdata,
+  timeout : 90)


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