[libsoup] meson: Increase the timeout for tests



commit be3921c239d10efa845bd24d8c61266ae92ecb13
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Jan 3 14:55:00 2019 +0100

    meson: Increase the timeout for tests
    
    Increase the timeout as on some architectures the tests could be slower
    than the default 30 seconds.
    
    Fixes #122

 tests/meson.build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 3ddd9707..afd97566 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -107,7 +107,9 @@ foreach test: tests
     sources : [ test_name + '.c', test_resources ],
     link_with : test_utils,
     dependencies : [glib_dep, libsoup_dep, platform_deps])
-  test(test_name, test_target, env : env, is_parallel : test[1])
+  # Increase the timeout as on some architectures the tests could be slower
+  # than the default 30 seconds.
+  test(test_name, test_target, env : env, is_parallel : test[1], timeout : 60)
 endforeach
 
 executable('ntlm-test-helper', 'ntlm-test-helper.c',


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