[folks] tests: Fix the CI by setting a larger timeout



commit d078cf12b3d6dcb3c220ff20ad66432a0633e6eb
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Dec 25 20:40:07 2019 +0100

    tests: Fix the CI by setting a larger timeout
    
    The EDS `add-contacts-stress-test` test was flirting with the default
    timeout threshold of meson on the CI runners, so let's double it to
    prevent unnecessary notficiations about CI failures.

 tests/eds/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/eds/meson.build b/tests/eds/meson.build
index 1cb84ee5..4723d6ca 100644
--- a/tests/eds/meson.build
+++ b/tests/eds/meson.build
@@ -76,6 +76,7 @@ foreach _test: eds_tests
     suite: 'EDSBackend',
     is_parallel: false, # FIXME: https://gitlab.gnome.org/GNOME/folks/issues/69
     env: common_test_environment,
+    timeout: 60, # We double the timeout for slower machines (especially for the stress test)
   )
 
   if installed_tests_enabled


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