[gnome-software] trivial: Increase the timeout for the self tests to run



commit 93f45f0b5fecbf4b854250b8754ba47aca921112
Author: Richard Hughes <richard hughsie com>
Date:   Thu Oct 19 17:19:15 2017 +0100

    trivial: Increase the timeout for the self tests to run
    
    Some builders are pretty slow during CI.

 lib/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/meson.build b/lib/meson.build
index 8f0b696..47b71a9 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -147,5 +147,5 @@ if get_option('enable-tests')
     ],
     c_args : cargs
   )
-  test('gs-self-test-lib', e, env: test_env)
+  test('gs-self-test-lib', e, env: test_env, timeout : 120)
 endif


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