[gjs: 4/5] test: Increase the timeout for the API tests test




commit 8eb11d6eb99ac2bb7b6572bd1c8773e3882e0144
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Fri Oct 9 23:05:42 2020 +0200

    test: Increase the timeout for the API tests test

 test/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/test/meson.build b/test/meson.build
index 293237c8..0e1c5593 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -22,4 +22,4 @@ gjs_tests = executable('gjs-tests', gjs_tests_sources, mock_js_resources_files,
 
 test('API tests', gjs_tests, args: ['--tap', '--keep-going', '--verbose'],
     depends: gjs_private_typelib, env: tests_environment, protocol: 'tap',
-    suite: 'C')
+    suite: 'C', timeout: 60)


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