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



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

    wip

 tests/eds/add-persona.vala | 4 +++-
 tests/meson.build          | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/tests/eds/add-persona.vala b/tests/eds/add-persona.vala
index ce64ce19..c4729764 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, 10);
 
       foreach (var k in this._properties_found.get_values ())
         {
@@ -269,6 +269,8 @@ public class AddPersonaTests : EdsTest.TestCase
           GLib.warning ("[AddPersonaError] add_persona_from_details: %s\n",
               e.message);
         }
+
+      message ("YYYYYYYYYYYYYYYY Add persona test done!");
     }
 
   private void _individuals_changed_cb (
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]