[folks/wip/nielsdg/fix-ci-timeout] wip



commit c929bff29718438cef64fbfb33c93b68b2c28959
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Fri Jun 5 13:36:39 2020 +0200

    wip

 tests/eds/add-persona.vala | 2 +-
 tests/meson.build          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/eds/add-persona.vala b/tests/eds/add-persona.vala
index ce64ce19..f6e9ec3f 100644
--- a/tests/eds/add-persona.vala
+++ b/tests/eds/add-persona.vala
@@ -101,7 +101,7 @@ public class AddPersonaTests : EdsTest.TestCase
 
       this._test_add_persona_async.begin ();
 
-      TestUtils.loop_run_with_timeout (this._main_loop);
+      TestUtils.loop_run_with_timeout (this._main_loop, 100);
 
       foreach (var k in this._properties_found.get_values ())
         {
diff --git a/tests/meson.build b/tests/meson.build
index 6a7fa29c..3ac3ec49 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -26,6 +26,7 @@ common_test_vala_flags = [
 
 common_test_environment = environment()
 common_test_environment.append('FOLKS_BACKEND_PATH', folks_backend_path_uninstalled)
+common_test_environment.append('G_MESSAGES_DEBUG', 'all')
 
 # The tests, grouped in a directory per backend
 subdir('dummy')


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